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

Add comment about swapped sprite names

This commit is contained in:
Bartłomiej Dach 2021-08-12 21:13:45 +02:00
parent 68f454b51a
commit f3045b3152
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -56,6 +56,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
{
var defaultLegacySkin = skins.DefaultLegacySkin;
// sprite names intentionally swapped to match stable member naming / ease of cross-referencing
explosion1.Texture = defaultLegacySkin.GetTexture("scoreboard-explosion-2");
explosion2.Texture = defaultLegacySkin.GetTexture("scoreboard-explosion-1");
}