summaryrefslogtreecommitdiffstats
path: root/src/extras/shaders/gl3/pervertexcolor.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/shaders/gl3/pervertexcolor.frag')
-rw-r--r--src/extras/shaders/gl3/pervertexcolor.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/shaders/gl3/pervertexcolor.frag b/src/extras/shaders/gl3/pervertexcolor.frag
index 71318e37f..40fc066d6 100644
--- a/src/extras/shaders/gl3/pervertexcolor.frag
+++ b/src/extras/shaders/gl3/pervertexcolor.frag
@@ -8,7 +8,7 @@ out vec4 fragColor;
uniform vec3 eyePosition;
-#pragma include light.inc.frag
+#pragma include phong.inc.frag
void main()
{