1
0
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:
smoogipoo 2020-11-12 15:34:51 +09:00
parent 4e43235955
commit 72a6b75626

View File

@ -159,6 +159,7 @@ namespace osu.Game.Rulesets.UI
if (lifetimeEntryMap.Remove(entry.HitObject))
{
HitObjectContainer.Remove(entry);
OnHitObjectRemoved(entry.HitObject);
return true;
}