mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix DHOs being freed when not expected
This commit is contained in:
@ -78,11 +78,11 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
Tracking.BindValueChanged(updateSlidingSample);
|
||||
}
|
||||
|
||||
protected override void FreeAfterUse()
|
||||
public override void Free()
|
||||
{
|
||||
PathVersion.UnbindFrom(HitObject.Path.Version);
|
||||
|
||||
base.FreeAfterUse();
|
||||
base.Free();
|
||||
}
|
||||
|
||||
public override void Apply(HitObject hitObject)
|
||||
|
Reference in New Issue
Block a user