aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/shaders/chunk.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/shaders/chunk.frag b/src/main/resources/shaders/chunk.frag
index 1922f03..d8ffdcf 100644
--- a/src/main/resources/shaders/chunk.frag
+++ b/src/main/resources/shaders/chunk.frag
@@ -30,7 +30,7 @@ void main()
vec4 texColor = texture(atlas, goodTexCoord
#ifdef SHORT_UV
- / 16384.0
+ / 32768.0
#endif
);