Browse Source

Properly saved edit for glsl file to remove macro define

Areloch 3 years ago
parent
commit
f93f7cce21

+ 0 - 1
Templates/BaseGame/game/core/postFX/scripts/SMAA/gl/SMAA_Params.glsl

@@ -4,7 +4,6 @@ uniform float2 targetRatio;
 
 
 #define SMAA_RT_METRICS float4(oneOverTargetSize, targetSize)
 #define SMAA_RT_METRICS float4(oneOverTargetSize, targetSize)
 #define SMAA_GLSL_4 1
 #define SMAA_GLSL_4 1
-#define SMAA_PRESET_ULTRA 1
 #define SMAA_PREDICATION 0
 #define SMAA_PREDICATION 0
 
 
 #define SMAA_FLIP_Y 0
 #define SMAA_FLIP_Y 0