mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Tidy up EditorBeatmap slightly
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Taiko.Edit
|
||||
if (h.IsStrong != state)
|
||||
{
|
||||
h.IsStrong = state;
|
||||
EditorBeatmap.UpdateHitObject(h);
|
||||
EditorBeatmap.Update(h);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user