Move initial state updates to DrawableHitObject.

This commit is contained in:
Dean Herbert
2016-12-06 18:26:21 +09:00
parent 29d15c3ab8
commit 421dd19aaf
3 changed files with 3 additions and 10 deletions

View File

@ -48,6 +48,9 @@ namespace osu.Game.Modes.Objects.Drawables
base.LoadComplete();
Judgement = CreateJudgementInfo();
//force application of the state that was set before we loaded.
UpdateState(State);
}
/// <summary>