mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Remove unnecessary set
This commit is contained in:
parent
2c9b11cdfd
commit
c03fa01fd9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user