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"; } }