From f93f7cce215d5aaef7c4d66fad33b540bf1b17a0 Mon Sep 17 00:00:00 2001 From: Areloch Date: Fri, 16 Sep 2022 17:54:34 -0500 Subject: [PATCH] Properly saved edit for glsl file to remove macro define --- .../BaseGame/game/core/postFX/scripts/SMAA/gl/SMAA_Params.glsl | 1 - 1 file changed, 1 deletion(-) diff --git a/Templates/BaseGame/game/core/postFX/scripts/SMAA/gl/SMAA_Params.glsl b/Templates/BaseGame/game/core/postFX/scripts/SMAA/gl/SMAA_Params.glsl index 82ef1439a..3ae2efb8e 100644 --- a/Templates/BaseGame/game/core/postFX/scripts/SMAA/gl/SMAA_Params.glsl +++ b/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_GLSL_4 1 -#define SMAA_PRESET_ULTRA 1 #define SMAA_PREDICATION 0 #define SMAA_FLIP_Y 0