1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Fix legacy explosion sprites incorrectly showing after skin change

This commit is contained in:
Bartłomiej Dach 2021-08-11 22:36:27 +02:00
parent 4bcbe6ac90
commit 2fb19210af
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -36,6 +36,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.CentreLeft,
Alpha = 0,
Blending = BlendingParameters.Additive,
Rotation = -90
},
@ -43,6 +44,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.CentreLeft,
Alpha = 0,
Blending = BlendingParameters.Additive,
Rotation = -90
}