1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Remove assert for now

This commit is contained in:
Dean Herbert 2020-12-27 16:42:20 +09:00
parent fa0576f47f
commit d14a8d24b5

View File

@ -165,8 +165,6 @@ namespace osu.Game.Screens.Play.HUD
public void UpdateScore(ScoreProcessor processor, ScoringMode mode)
{
Debug.Assert(!UserQuit.Value);
if (LastHeader == null)
return;