소스 검색

Merge pull request #1390 from Azaezel/GlowbugBashing

case sensitivity fix for linux
Areloch 10 년 전
부모
커밋
7cb0bde6cd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Templates/Full/game/shaders/common/lighting/advanced/gl/dbgGlowVisualizeP.glsl

+ 2 - 2
Templates/Full/game/shaders/common/lighting/advanced/gl/dbgGlowVisualizeP.glsl

@@ -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);
-}
+}