1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:35:10 +08:00

Fix incorrect spacing

This commit is contained in:
Dean Herbert 2020-08-19 21:39:55 +09:00
parent 37f40f4a09
commit f6ca31688e

View File

@ -73,7 +73,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
(explosion as IFramedAnimation)?.GotoFrame(0);
explosion?.FadeInFromZero(80)
.Then().FadeOut(120);
.Then().FadeOut(120);
}
}
}