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

@ -1,5 +1,5 @@
#version 120
void main() {
gl_Position.xyz = vec3(-1.0);
}
gl_Position.xyz = vec3(-10.0);
}