mirror of
https://github.com/ppy/osu
synced 2025-02-13 08:37:48 +00:00
Fix incorrect test scene name
This commit is contained in:
parent
38d9a46ffb
commit
bbac95958c
@ -8,9 +8,9 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
public class TestSceneLoadingAnimation : OsuGridTestScene
|
||||
public class TestSceneLoadingSpinner : OsuGridTestScene
|
||||
{
|
||||
public TestSceneLoadingAnimation()
|
||||
public TestSceneLoadingSpinner()
|
||||
: base(2, 2)
|
||||
{
|
||||
LoadingSpinner loading;
|
Loading…
Reference in New Issue
Block a user