Make shader bool constant (#19660)

This commit is contained in:
metalgearsloth
2023-08-30 22:28:59 +10:00
committed by GitHub
parent 39e3fc83a8
commit 460ecebbe4

View File

@@ -2,7 +2,7 @@ light_mode unshaded;
const highp float c = 0.3;
const highp float alphaModifier = 0.2;
uniform bool below = true;
const bool below = true;
void fragment()
{