mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Perform initial update of PP counter value on load complete
This commit is contained in:
@ -92,6 +92,9 @@ namespace osu.Game.Screens.Play.HUD
|
||||
scoreProcessor.NewJudgement += onJudgementChanged;
|
||||
scoreProcessor.JudgementReverted += onJudgementChanged;
|
||||
}
|
||||
|
||||
if (gameplayState?.LastJudgementResult.Value != null)
|
||||
onJudgementChanged(gameplayState.LastJudgementResult.Value);
|
||||
}
|
||||
|
||||
private bool isValid;
|
||||
|
Reference in New Issue
Block a user