We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b044 commit f60d1b8Copy full SHA for f60d1b8
src/engine/renderer/glsl_source/generic_fp.glsl
@@ -83,7 +83,7 @@ void main()
83
outputColor = color;
84
85
// Debugging.
86
-if defined(USE_MATERIAL_SYSTEM) && defined(r_showGlobalMaterials)
+#if defined(USE_MATERIAL_SYSTEM) && defined(r_showGlobalMaterials)
87
outputColor.rgb = u_MaterialColour;
88
#endif
89
}
0 commit comments