mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Fix left in debug feature in ResultsState.hx
This commit is contained in:
parent
9e13ea0b2c
commit
70c7af1667
1 changed files with 2 additions and 2 deletions
|
@ -721,12 +721,12 @@ class ResultState extends MusicBeatSubState
|
|||
}
|
||||
}
|
||||
|
||||
if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
|
||||
/*if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
|
||||
|
||||
if (FlxG.keys.justPressed.LEFT)
|
||||
{
|
||||
speedOfTween.x -= 0.1;
|
||||
}
|
||||
}*/
|
||||
|
||||
if (controls.PAUSE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue