1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Remove unnecessary set

This commit is contained in:
smoogipoo 2019-10-23 17:51:16 +09:00
parent 2c9b11cdfd
commit c03fa01fd9

View File

@ -169,10 +169,7 @@ namespace osu.Game.Rulesets.Edit
base.Update();
if (EditorClock.CurrentTime != lastGridUpdateTime && blueprintContainer.CurrentTool != null)
{
showGridFor(Enumerable.Empty<HitObject>());
lastGridUpdateTime = EditorClock.CurrentTime;
}
}
protected override void UpdateAfterChildren()