X Tutup
Skip to content

Commit 9cfee03

Browse files
VirtuGuyHundrec
authored andcommitted
Fix stress pico bricks
1 parent aa5956a commit 9cfee03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets

source/funkin/play/PlayState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,8 @@ class PlayState extends MusicBeatSubState
972972

973973
previousDifficulty = currentDifficulty;
974974

975+
currentStage?.resetStage();
976+
975977
dispatchEvent(retryEvent);
976978

977979
resetCamera();
@@ -1016,8 +1018,6 @@ class PlayState extends MusicBeatSubState
10161018
vocals.opponentVolume = 1;
10171019
}
10181020

1019-
currentStage?.resetStage();
1020-
10211021
if (!fromDeathState)
10221022
{
10231023
playerStrumline.vwooshNotes();

0 commit comments

Comments
 (0)
X Tutup