add :int to $AAEnable

required for the mod to work
This commit is contained in:
intra0 2024-12-14 12:29:20 -06:00 committed by GitHub
parent 462c1400be
commit 5da94d1f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ $width = 1280
$height = 720 $height = 720
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
$AAEnable = 1 $AAEnable:int = 1
# Performance # Performance
@ -79,12 +79,12 @@ $height = 4320
[Preset] [Preset]
category = Anti-Aliasing category = Anti-Aliasing
name = Enable name = Enable
$AAEnable = 1 $AAEnable:int = 1
[Preset] [Preset]
category = Anti-Aliasing category = Anti-Aliasing
name = Disable name = Disable
$AAEnable = 0 $AAEnable:int = 0
[TextureRedefine] [TextureRedefine]
width = 1280 width = 1280