1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Remove extra default application

This commit is contained in:
smoogipoo 2020-05-25 16:15:55 +09:00
parent b44beb4137
commit cd65fc860b

View File

@ -56,8 +56,6 @@ namespace osu.Game.Rulesets.Edit
{
this.beatmap.BindTo(beatmap);
ApplyDefaultsToHitObject();
startTimeBindable = HitObject.StartTimeBindable.GetBoundCopy();
startTimeBindable.BindValueChanged(_ => ApplyDefaultsToHitObject(), true);
}