mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 21:00:27 +08:00
Fix auto-sliders in TestCaseHitObject
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user