clean up automapaper shaders

This commit is contained in:
Noa Aarts 2024-03-19 22:47:40 +01:00
parent 8c8a31cca0
commit 8f96e80248
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ void main() {
if (current.r == 0.0) {
stateColor.g = max(current.g - 0.01, 0.0);
}
} else {
} else {
stateColor = vec4(0.0, max(current.g - 0.01, 0.0), 0.0, 1.0);
}