aboutsummaryrefslogtreecommitdiff
path: root/shaders/rect.frag
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/rect.frag')
-rw-r--r--shaders/rect.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/rect.frag b/shaders/rect.frag
index d387b30..c5dedf9 100644
--- a/shaders/rect.frag
+++ b/shaders/rect.frag
@@ -1,4 +1,4 @@
-#version 330
+#version 330 core
/* The fragment shader uses the UV coordinates to calculate whether it is in
the T, R, B, or L border. These are then mixed with the border color, and