diff --git a/engine/src/core-data/Common/MatDefs/Post/FXAA.frag b/engine/src/core-data/Common/MatDefs/Post/FXAA.frag index 00f11f90b..d630b3595 100644 --- a/engine/src/core-data/Common/MatDefs/Post/FXAA.frag +++ b/engine/src/core-data/Common/MatDefs/Post/FXAA.frag @@ -12,7 +12,7 @@ varying vec4 posPos; #define FxaaTex(t, p) texture2D(t, p) -#if __VERSION_ >= 130 +#if __VERSION__ >= 130 #define OffsetVec(a, b) ivec2(a, b) #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) #elif defined(GL_EXT_gpu_shader4)