mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Rename skin editor scene library test scene to be more general
This commit is contained in:
parent
836de49135
commit
a3e61fddcb
@ -18,7 +18,7 @@ using static osu.Game.Tests.Visual.Navigation.TestSceneScreenNavigation;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Navigation
|
namespace osu.Game.Tests.Visual.Navigation
|
||||||
{
|
{
|
||||||
public class TestSceneSkinEditorSceneLibrary : OsuGameTestScene
|
public class TestSceneSkinEditorNavigation : OsuGameTestScene
|
||||||
{
|
{
|
||||||
private TestPlaySongSelect songSelect;
|
private TestPlaySongSelect songSelect;
|
||||||
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
|
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
|
Loading…
Reference in New Issue
Block a user