case sensitivity fixe for linux

This commit is contained in:
Azaezel 2015-08-06 04:00:56 -05:00
parent 63ae781d24
commit 2f33de3615

View file

@ -22,7 +22,7 @@
#include "../../../gl/hlslCompat.glsl"
#include "shadergen:/autogenConditioners.h"
#include "../../../postfx/gl/postFx.glsl"
#include "../../../postFx/gl/postFX.glsl"
uniform sampler2D glowBuffer;
@ -31,4 +31,4 @@ out vec4 OUT_FragColor0;
void main()
{
OUT_FragColor0 = texture(glowBuffer, uv0);
}
}