1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 03:19:55 +08:00

Fix duplicate invocation of updateState on load complete

This commit is contained in:
smoogipoo
2019-09-19 14:15:06 +09:00
Unverified
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>