diff options
Diffstat (limited to 'shaders/tile-shader.frag')
| -rw-r--r-- | shaders/tile-shader.frag | 2 |
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() { |
