Skip to content

Commit

Permalink
Fix left in debug feature in ResultsState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
JVNpixels authored Nov 10, 2024
1 parent 9e13ea0 commit 70c7af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/play/ResultState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 70c7af1

Please sign in to comment.