mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-23 09:02:43 +08:00
Fix vanilla sun and moon showing through the world
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#version 120
|
||||
|
||||
void main() {
|
||||
gl_Position.xyz = vec3(-1.0);
|
||||
}
|
||||
gl_Position.xyz = vec3(-10.0);
|
||||
}
|
Reference in New Issue
Block a user