Apply more renames

This commit is contained in:
Dean Herbert
2022-09-18 18:18:10 +09:00
parent 41e69fbca6
commit d0b8409de5
6 changed files with 17 additions and 15 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
private TestParticleSpewer createSpewer() =>
new TestParticleSpewer(skinManager.DefaultLegacySkin.GetTexture("star2"))
new TestParticleSpewer(skinManager.DefaultClassicSkin.GetTexture("star2"))
{
Origin = Anchor.Centre,
RelativePositionAxes = Axes.Both,