Tidy up EditorBeatmap slightly

This commit is contained in:
Dean Herbert
2020-10-08 18:06:46 +09:00
parent 1027b608ff
commit afed832b19
6 changed files with 24 additions and 24 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Taiko.Edit
if (h.IsStrong != state)
{
h.IsStrong = state;
EditorBeatmap.UpdateHitObject(h);
EditorBeatmap.Update(h);
}
}