diff --git a/source/funkin/play/ResultState.hx b/source/funkin/play/ResultState.hx index eb0150bde..b1bdb3f28 100644 --- a/source/funkin/play/ResultState.hx +++ b/source/funkin/play/ResultState.hx @@ -721,12 +721,14 @@ class ResultState extends MusicBeatSubState } } - /*if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1; + #if debug + if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1; if (FlxG.keys.justPressed.LEFT) { speedOfTween.x -= 0.1; - }*/ + } + #end if (controls.PAUSE) {