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 797ea50Copy full SHA for 797ea50
src/engine/renderer/glsl_source/generic_fp.glsl
@@ -77,13 +77,13 @@ void main()
77
#endif
78
79
color *= var_Color;
80
-
+
81
SHADER_PROFILER_SET( color )
82
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
89
}
0 commit comments