mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 04:13:38 +08:00
Fix double bind leading to test failures
This commit is contained in:
@@ -120,10 +120,6 @@ namespace osu.Game.Rulesets.UI
|
||||
public virtual void Add(DrawableHitObject h)
|
||||
{
|
||||
HitObjectContainer.Add(h);
|
||||
|
||||
h.OnNewResult += (d, r) => NewResult?.Invoke(d, r);
|
||||
h.OnRevertResult += (d, r) => RevertResult?.Invoke(d, r);
|
||||
|
||||
OnHitObjectAdded(h.HitObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user