fixed Level decoration color

close #1213
This commit is contained in:
QwiglyDee
2020-12-29 02:09:48 +07:00
parent 7f49ebea55
commit 82468370a7
@@ -750,7 +750,7 @@ class SectionDecorator(LevelDecorator):
if (t > 0.875 || (t > 0.25 && t < 0.375)) {
discard;
} else {
fragColor = vec4(1.0, 1.0, 1.0, 1.0);
fragColor = COLOR;
}
}
"""