summaryrefslogtreecommitdiffstats
path: root/src/shader.vert
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader.vert')
-rw-r--r--src/shader.vert2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shader.vert b/src/shader.vert
index 6c050ac..dd50683 100644
--- a/src/shader.vert
+++ b/src/shader.vert
@@ -22,5 +22,3 @@ void main() {
fragColor = inColor;
fragTexCoord = inTexCoord;
}
-
-