From 5da94d1f704ac37065a2f4ea9e99d4b299f49508 Mon Sep 17 00:00:00 2001 From: intra0 Date: Sat, 14 Dec 2024 12:29:20 -0600 Subject: [PATCH] add :int to $AAEnable required for the mod to work --- src/DrLuigi/Graphics/rules.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DrLuigi/Graphics/rules.txt b/src/DrLuigi/Graphics/rules.txt index 9a7e6dc4..6b091e29 100644 --- a/src/DrLuigi/Graphics/rules.txt +++ b/src/DrLuigi/Graphics/rules.txt @@ -11,7 +11,7 @@ $width = 1280 $height = 720 $gameWidth = 1280 $gameHeight = 720 -$AAEnable = 1 +$AAEnable:int = 1 # Performance @@ -79,12 +79,12 @@ $height = 4320 [Preset] category = Anti-Aliasing name = Enable -$AAEnable = 1 +$AAEnable:int = 1 [Preset] category = Anti-Aliasing name = Disable -$AAEnable = 0 +$AAEnable:int = 0 [TextureRedefine] width = 1280