diff options
Diffstat (limited to 'shaders/tile-shader.vert')
-rw-r--r-- | shaders/tile-shader.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile-shader.vert b/shaders/tile-shader.vert index 8b3f2dba..d28f25fb 100644 --- a/shaders/tile-shader.vert +++ b/shaders/tile-shader.vert @@ -1,7 +1,7 @@ precision highp float; layout (location = 0) uniform vec2 scale; -layout (location = 1) uniform vec2 offset; +layout (location = 1) uniform ivec2 offset; layout (location = 0) in vec4 position; layout (location = 1) in vec2 texcoords; |