mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08: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…
x
Reference in New Issue
Block a user