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