Skip to content

Commit

Permalink
Add logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Aug 30, 2022
1 parent 36a5fb6 commit 08d4b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoulHackers2Fix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ public static void EffectToggles()
if (bDisableChromaticAberration.Value)
{
AtGlitch.u_colorGap = 0;
//Log.LogInfo($"Glitch Effect: Set color gap to {AtGlitch.u_colorGap}");
//Log.LogInfo($"Vignette Effect: Render disabled");
Log.LogInfo($"Glitch Effect: Set color gap to {AtGlitch.u_colorGap}");
Log.LogInfo($"Vignette Effect: Render disabled");
var imageEffectManager = RpGraphics.RpGraphicsManager.GetImageEffectManager();
var vignetteRenderer = imageEffectManager.GetRenderer<AtVignetteRenderer>();
vignetteRenderer.enabled = false;
Expand Down

0 comments on commit 08d4b64

Please sign in to comment.