Skip to content

Commit

Permalink
Merge pull request #523 from adrian17/fix_slider_test
Browse files Browse the repository at this point in the history
Fix auto-sliders in TestCaseHitObject
  • Loading branch information
peppy committed Mar 22, 2017
2 parents 1f5c7d5 + 3270fdc commit 83d3e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Modes.Osu/Objects/Drawables/DrawableSlider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ protected override void UpdateInitialState()

protected override void UpdateState(ArmedState state)
{
if (!IsLoaded) return;

base.UpdateState(state);

ball.FadeIn();
Expand Down

0 comments on commit 83d3e37

Please sign in to comment.