summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'shaders')
-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 beddd43d..84bcac45 100644
--- a/shaders/tile-shader.frag
+++ b/shaders/tile-shader.frag
@@ -1,6 +1,6 @@
precision highp float;
-uniform sampler2D sampler;
+uniform sampler2DRect sampler;
noperspective in vec2 frag_texcoords;
out vec4 color;