We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066872e commit 3f0cd52Copy full SHA for 3f0cd52
1 file changed
src/engine/renderer/gl_shader.cpp
@@ -2118,6 +2118,12 @@ bool GLCompileMacro_USE_GRID_DELUXE_MAPPING::HasConflictingMacros(size_t permuta
2118
{
2119
return true;
2120
}
2121
+
2122
+ // grid lighting is required
2123
+ if ((macro->GetType() == USE_GRID_LIGHTING) && !(permutation & macro->GetBit()))
2124
+ {
2125
+ return true;
2126
+ }
2127
2128
2129
return false;
0 commit comments