mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix duplicate invocation of updateState on load complete
This commit is contained in:
parent
5901a915e7
commit
762adb783a
@ -253,7 +253,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
ApplySkin(skin, allowFallback);
|
||||
|
||||
updateState(State.Value, true);
|
||||
if (IsLoaded)
|
||||
updateState(State.Value, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user