1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Remove glow on miss.

This commit is contained in:
Dean Herbert 2016-11-25 16:37:14 +09:00
parent f9f72f25a2
commit 202028f2c9

View File

@ -116,6 +116,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
ring.FadeOut();
circle.FadeOut();
number.FadeOut();
glow.FadeOut();
explosion?.Expire();
explosion = null;