1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 04:13:38 +08:00

Remove glow on miss.

This commit is contained in:
Dean Herbert
2016-11-25 16:37:14 +09:00
Unverified
parent f9f72f25a2
commit 202028f2c9
@@ -116,6 +116,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
ring.FadeOut();
circle.FadeOut();
number.FadeOut();
glow.FadeOut();
explosion?.Expire();
explosion = null;