mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Add back removed event
This commit is contained in:
parent
4e43235955
commit
72a6b75626
@ -159,6 +159,7 @@ namespace osu.Game.Rulesets.UI
|
||||
if (lifetimeEntryMap.Remove(entry.HitObject))
|
||||
{
|
||||
HitObjectContainer.Remove(entry);
|
||||
OnHitObjectRemoved(entry.HitObject);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user