From d5955d35b9fd32b31b4cd7b5b6f286e1b9c43494 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 15 Oct 2022 22:21:17 +0200 Subject: a --- shaders/tile-shader.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shaders') diff --git a/shaders/tile-shader.frag b/shaders/tile-shader.frag index 13bc462c..5c070ebe 100644 --- a/shaders/tile-shader.frag +++ b/shaders/tile-shader.frag @@ -1,6 +1,6 @@ precision highp float; -uniform sampler2DRect sampler; +uniform sampler2D sampler; layout (location = 2) uniform vec4 tint = vec4(1, 1, 1, 1); noperspective in vec2 frag_texcoords; -- cgit v1.2.3