mirror of
https://github.com/ppy/osu
synced 2024-12-27 17:32:56 +00:00
Rename loader test scene
This commit is contained in:
parent
8c9bfbce7e
commit
b8d3e64416
@ -14,14 +14,14 @@ using osuTK.Graphics;
|
||||
namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneLoaderAnimation : ScreenTestScene
|
||||
public class TestSceneLoader : ScreenTestScene
|
||||
{
|
||||
private TestLoader loader;
|
||||
|
||||
[Cached]
|
||||
private OsuLogo logo;
|
||||
|
||||
public TestSceneLoaderAnimation()
|
||||
public TestSceneLoader()
|
||||
{
|
||||
Child = logo = new OsuLogo
|
||||
{
|
Loading…
Reference in New Issue
Block a user