mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Minor re-ordering to make Playfield OnJudgement be called before ScoreProcessor's.
This commit is contained in:
@ -190,9 +190,10 @@ namespace osu.Game.Modes.UI
|
||||
/// <param name="judgedObject">The object that Judgement has been updated for.</param>
|
||||
private void onJudgement(DrawableHitObject<TObject, TJudgement> judgedObject)
|
||||
{
|
||||
OnJudgement?.Invoke(judgedObject.Judgement);
|
||||
Playfield.OnJudgement(judgedObject);
|
||||
|
||||
OnJudgement?.Invoke(judgedObject.Judgement);
|
||||
|
||||
CheckAllJudged();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user