Marc Chapman 7 gadi atpakaļ
vecāks
revīzija
c7d9b3386a

+ 1 - 1
Templates/BaseGame/game/core/shaders/postFX/fxaa/fxaaV.hlsl

@@ -21,7 +21,7 @@
 //-----------------------------------------------------------------------------
 
 #include "./../../torque.hlsl"
-#include "./../postFX.hlsl"
+#include "./../postFx.hlsl"
 
 struct VertToPix
 {

+ 1 - 1
Templates/Full/game/shaders/common/postFx/fxaa/fxaaV.hlsl

@@ -21,7 +21,7 @@
 //-----------------------------------------------------------------------------
 
 #include "./../../torque.hlsl"
-#include "./../postFX.hlsl"
+#include "./../postFx.hlsl"
 
 struct VertToPix
 {