Skip to content

Commit

Permalink
Update ResultState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
JVNpixels authored Oct 28, 2024
1 parent c0b15ec commit 7bc8d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/funkin/play/ResultState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import funkin.ui.freeplay.charselect.PlayableCharacter;
import flixel.util.FlxColor;
import flixel.tweens.FlxEase;
import funkin.graphics.FunkinCamera;
import funkin.input.Controls;
import funkin.ui.freeplay.FreeplayState;
import flixel.tweens.FlxTween;
import flixel.addons.display.FlxBackdrop;
Expand Down Expand Up @@ -728,7 +729,7 @@ class ResultState extends MusicBeatSubState
speedOfTween.x -= 0.1;
}

if (controls.PAUSE)
if (controls.PAUSE || controls.ACCEPT)
{
if (introMusicAudio != null) {
@:nullSafety(Off)
Expand Down

0 comments on commit 7bc8d1d

Please sign in to comment.