Marc Chapman преди 7 години
родител
ревизия
c7d9b3386a
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      Templates/BaseGame/game/core/shaders/postFX/fxaa/fxaaV.hlsl
  2. 1 1
      Templates/Full/game/shaders/common/postFx/fxaa/fxaaV.hlsl

+ 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
 {