Skip to content

Commit

Permalink
Update config defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Apr 26, 2024
1 parent b173740 commit fa2385f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HundredHeroesFix.cs
Expand Up @@ -149,12 +149,12 @@ public override void Load()

bChromaticAberration = Config.Bind("Graphical Tweaks",
"DisableChromaticAberration",
true,
false,
"Set to true to disable chromatic abberation (colour fringing at edges of screen).");

bVignette = Config.Bind("Graphical Tweaks",
"DisableVignette",
true,
false,
"Set to true to disable vignette (darkening at edges of screen).");

// Calculate aspect ratio
Expand Down

0 comments on commit fa2385f

Please sign in to comment.