aboutsummaryrefslogtreecommitdiffstats
path: root/examples/resources/textureshader.vert
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resources/textureshader.vert')
-rw-r--r--examples/resources/textureshader.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/textureshader.vert b/examples/resources/textureshader.vert
index aac246c9..447c68d4 100644
--- a/examples/resources/textureshader.vert
+++ b/examples/resources/textureshader.vert
@@ -16,5 +16,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);
}