mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 07:23:20 +08:00
Merge pull request #523 from adrian17/fix_slider_test
Fix auto-sliders in TestCaseHitObject
This commit is contained in:
commit
83d3e37fd4
@ -158,6 +158,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
|
||||
protected override void UpdateState(ArmedState state)
|
||||
{
|
||||
if (!IsLoaded) return;
|
||||
|
||||
base.UpdateState(state);
|
||||
|
||||
ball.FadeIn();
|
||||
|
Loading…
Reference in New Issue
Block a user