mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Invoke HitObjectUsageFinished before removal
This commit is contained in:
@ -129,10 +129,10 @@ namespace osu.Game.Rulesets.UI
|
|||||||
|
|
||||||
drawableMap.Remove(entry);
|
drawableMap.Remove(entry);
|
||||||
|
|
||||||
|
HitObjectUsageFinished?.Invoke(drawable);
|
||||||
|
|
||||||
unbindStartTime(drawable);
|
unbindStartTime(drawable);
|
||||||
RemoveInternal(drawable);
|
RemoveInternal(drawable);
|
||||||
|
|
||||||
HitObjectUsageFinished?.Invoke(drawable);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Reference in New Issue
Block a user