mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-01 02:25:15 +00:00
Merge pull request #1390 from Azaezel/GlowbugBashing
case sensitivity fix for linux
This commit is contained in:
commit
7cb0bde6cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue