Skip to content

Commit 1ee177b

Browse files
authored
[XCX] Fix error in brightness graphic pack
Some users might've lost their brightness settings while this error was active. If you've enabled the Brightness New graphic pack wondering where the old brightness pack was, its now possible to experience the regular brightness workaround.
1 parent b28ad54 commit 1ee177b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $isCustom:int = 1
6868
[Preset]
6969
name = 70% less exposure
7070
category = Exposure and brightness fix
71-
condition = $custom == 1
71+
condition = $isCustom == 1
7272
$exposure:float = 0.32
7373

7474
[Preset]

src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $crushContrast = 0.75
110110
[Preset]
111111
name = 70% less exposure (AMD)
112112
category = Exposure
113-
condition = $custom == 1
113+
condition = $isCustom == 1
114114
$exposure = 0.32
115115

116116
[Preset]

0 commit comments

Comments
 (0)