Merge branch 'master' into taiko_hitobject_drawable

This commit is contained in:
Dan Balasescu
2017-03-23 08:50:57 +09:00
committed by GitHub
43 changed files with 1253 additions and 176 deletions

View File

@ -39,6 +39,9 @@ namespace osu.Game.Modes.Objects.Drawables
return;
state = value;
if (!IsLoaded)
return;
UpdateState(state);
if (State == ArmedState.Hit)