mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09:00
Remove unnecessary set
This commit is contained in:
parent
2c9b11cdfd
commit
c03fa01fd9
@ -169,10 +169,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
base.Update();
|
base.Update();
|
||||||
|
|
||||||
if (EditorClock.CurrentTime != lastGridUpdateTime && blueprintContainer.CurrentTool != null)
|
if (EditorClock.CurrentTime != lastGridUpdateTime && blueprintContainer.CurrentTool != null)
|
||||||
{
|
|
||||||
showGridFor(Enumerable.Empty<HitObject>());
|
showGridFor(Enumerable.Empty<HitObject>());
|
||||||
lastGridUpdateTime = EditorClock.CurrentTime;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user