mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
Fix vanilla sun and moon showing through the world
This commit is contained in:
5
shaders/gbuffers_skytextured.fsh
Normal file
5
shaders/gbuffers_skytextured.fsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
void main() {
|
||||
discard;
|
||||
}
|
Reference in New Issue
Block a user