mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make DrawableHitObject expires explicit.
This commit is contained in:
@ -168,6 +168,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
ball.FadeOut(160);
|
||||
|
||||
FadeOut(800);
|
||||
|
||||
Expire();
|
||||
}
|
||||
|
||||
public Drawable ProxiedLayer => initialCircle.ApproachCircle;
|
||||
|
Reference in New Issue
Block a user