mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Unbind event when column changes
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.UI
|
||||
/// Remove a DrawableHitObject from this Playfield.
|
||||
/// </summary>
|
||||
/// <param name="h">The DrawableHitObject to remove.</param>
|
||||
public virtual void Remove(DrawableHitObject h) => HitObjectContainer.Remove(h);
|
||||
public virtual bool Remove(DrawableHitObject h) => HitObjectContainer.Remove(h);
|
||||
|
||||
/// <summary>
|
||||
/// Registers a <see cref="Playfield"/> as a nested <see cref="Playfield"/>.
|
||||
|
Reference in New Issue
Block a user