mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Fix double bind leading to test failures
This commit is contained in:
parent
653f5bce67
commit
4e43235955
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user