mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -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
|
isNewHighscore: isNewHighscore
|
||||||
});
|
});
|
||||||
res.camera = camHUD;
|
this.persistentDraw = false;
|
||||||
openSubState(res);
|
openSubState(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue