Skip to content

Commit 5f4568c

Browse files
committed
OpenGL: Correct typo in one use of the __VERSION__ predefined macro
1 parent 39842e7 commit 5f4568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/globalincs/def_files.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ char* Default_fxaa_fragment_shader =
19081908
" #define FXAA_GLSL_120 1\n"
19091909
" #define FXAA_GLSL_130 0\n"
19101910
"#endif\n"
1911-
"#if _VERSION__ > 120\n"
1911+
"#if __VERSION__ > 120\n"
19121912
" #define FXAA_GLSL_120 0\n"
19131913
" #define FXAA_GLSL_130 1\n"
19141914
"#endif\n"

0 commit comments

Comments
 (0)