summaryrefslogtreecommitdiffstats
path: root/res/effectlib/Fxaa3_8.glsllib
diff options
context:
space:
mode:
Diffstat (limited to 'res/effectlib/Fxaa3_8.glsllib')
-rw-r--r--res/effectlib/Fxaa3_8.glsllib2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/effectlib/Fxaa3_8.glsllib b/res/effectlib/Fxaa3_8.glsllib
index 7e76ecd..620f565 100644
--- a/res/effectlib/Fxaa3_8.glsllib
+++ b/res/effectlib/Fxaa3_8.glsllib
@@ -1370,7 +1370,7 @@ float4 FxaaPixelShader(
float2 posP = posN;
float2 offNP = horzSpan ?
FxaaFloat2(rcpFrame.x, 0.0) :
- FxaaFloat2(0.0f, rcpFrame.y);
+ FxaaFloat2(0.0, rcpFrame.y);
float lumaEndN;
float lumaEndP;
bool doneN = false;