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