aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/textureshader.vert3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/textureshader.vert b/resources/textureshader.vert
index 3277d8b0..6a882bd0 100644
--- a/resources/textureshader.vert
+++ b/resources/textureshader.vert
@@ -18,6 +18,5 @@ void main()
fragment_position = vertex_position;
fragment_colour = vertex_colour;
- fragment_uv = vec2(vertex_uv.x, 1-vertex_uv.y);
-
+ fragment_uv = vec2(vertex_uv.x, 1-vertex_uv.y);
}