summaryrefslogtreecommitdiffhomepage
path: root/shaders/tile-shader.frag
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-03 14:33:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-03 14:33:28 +0200
commit40f989703b7ca63b9782de747a0b2d8d25e99f12 (patch)
tree44dd50ab87c428ab282ac43788beef39c5e2a003 /shaders/tile-shader.frag
parenta21d15b01588c0cab6d27b4216a64ababc2eef09 (diff)
a
Diffstat (limited to 'shaders/tile-shader.frag')
-rw-r--r--shaders/tile-shader.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile-shader.frag b/shaders/tile-shader.frag
index 2204c991..beddd43d 100644
--- a/shaders/tile-shader.frag
+++ b/shaders/tile-shader.frag
@@ -2,7 +2,7 @@ precision highp float;
uniform sampler2D sampler;
-in vec2 frag_texcoords;
+noperspective in vec2 frag_texcoords;
out vec4 color;
void main() {