From 1165994d3e7c33d5cb862fca1803dfa2426d25be Mon Sep 17 00:00:00 2001 From: Kade M Date: Mon, 24 May 2021 19:48:22 -0700 Subject: [PATCH] oops --- source/Options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Options.hx b/source/Options.hx index 6b324d5..ff96149 100644 --- a/source/Options.hx +++ b/source/Options.hx @@ -121,7 +121,7 @@ class CpuStrums extends Option private override function updateDisplay():String { - return FlxG.save.data.dfjk ? "Light CPU Strums" : "CPU Strums stay static"; + return FlxG.save.data.cpuStrums ? "Light CPU Strums" : "CPU Strums stay static"; } }