persistent draw false for results screen (fixes FUNK-256)

This commit is contained in:
Cameron Taylor 2024-06-01 23:36:57 -04:00
parent 7c6c51ea71
commit 51a44d4810

View file

@ -3144,7 +3144,7 @@ class PlayState extends MusicBeatSubState
}, },
isNewHighscore: isNewHighscore isNewHighscore: isNewHighscore
}); });
res.camera = camHUD; this.persistentDraw = false;
openSubState(res); openSubState(res);
} }