Fix glowobject frag shader

This commit is contained in:
Vincent Lejeune 2014-09-05 22:08:35 +02:00
parent 93dca486cf
commit 1e172dbf33

View File

@ -1,6 +1,6 @@
in vec4 glowColor;
flat in vec4 glowColor;
flat out vec4 FragColor;
out vec4 FragColor;
void main()
{