mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 16:13:33 +08:00
Remove unnecessary schedules
This commit is contained in:
@@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
accentColour = value;
|
||||
|
||||
if (LoadState >= LoadState.Ready)
|
||||
Schedule(reloadTexture);
|
||||
reloadTexture();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
borderColour = value;
|
||||
|
||||
if (LoadState >= LoadState.Ready)
|
||||
Schedule(reloadTexture);
|
||||
reloadTexture();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user