mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 15:48:08 -05:00
persistent draw false for results screen (fixes FUNK-256)
This commit is contained in:
parent
7c6c51ea71
commit
51a44d4810
1 changed files with 1 additions and 1 deletions
|
@ -3144,7 +3144,7 @@ class PlayState extends MusicBeatSubState
|
|||
},
|
||||
isNewHighscore: isNewHighscore
|
||||
});
|
||||
res.camera = camHUD;
|
||||
this.persistentDraw = false;
|
||||
openSubState(res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue