mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Move variable outside of if block
This commit is contained in:
parent
64682611bb
commit
2c9b11cdfd
@ -217,9 +217,9 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
distanceSnapGridContainer.Child = distanceSnapGrid;
|
||||
distanceSnapGridContainer.Show();
|
||||
|
||||
lastGridUpdateTime = EditorClock.CurrentTime;
|
||||
}
|
||||
|
||||
lastGridUpdateTime = EditorClock.CurrentTime;
|
||||
}
|
||||
|
||||
private ScheduledDelegate scheduledUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user