mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix duplicate invocation of updateState on load complete
This commit is contained in:
@ -253,7 +253,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
ApplySkin(skin, allowFallback);
|
||||
|
||||
updateState(State.Value, true);
|
||||
if (IsLoaded)
|
||||
updateState(State.Value, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user