mirror of
https://github.com/ppy/osu
synced 2025-03-05 19:11:52 +00:00
Fix auto-sliders in TestCaseHitObject
This commit is contained in:
parent
7d8c2c9a15
commit
3270fdcfde
@ -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