Fix vanilla sun and moon showing through the world

This commit is contained in:
Xonk
2023-07-18 19:05:10 -04:00
parent c6a2339945
commit 43a45ffe1b
6 changed files with 13 additions and 29 deletions

View File

@ -0,0 +1,5 @@
#version 120
void main() {
discard;
}