mirror of
https://github.com/ppy/osu
synced 2025-02-01 10:51:53 +00:00
Invoke HitObjectUsageFinished before removal
This commit is contained in:
parent
e34a205104
commit
b8a5cd94f7
@ -129,10 +129,10 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
drawableMap.Remove(entry);
|
||||
|
||||
HitObjectUsageFinished?.Invoke(drawable);
|
||||
|
||||
unbindStartTime(drawable);
|
||||
RemoveInternal(drawable);
|
||||
|
||||
HitObjectUsageFinished?.Invoke(drawable);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user