mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Make test scene usable
This commit is contained in:
parent
546f64f951
commit
43903b2fea
@ -10,11 +10,11 @@ using osu.Game.Graphics.UserInterface;
|
|||||||
namespace osu.Game.Tests.Visual.UserInterface
|
namespace osu.Game.Tests.Visual.UserInterface
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneBreadcrumbs : OsuTestScene
|
public class TestSceneBreadcrumbControl : OsuTestScene
|
||||||
{
|
{
|
||||||
private readonly BreadcrumbControl<BreadcrumbTab> breadcrumbs;
|
private readonly BreadcrumbControl<BreadcrumbTab> breadcrumbs;
|
||||||
|
|
||||||
public TestSceneBreadcrumbs()
|
public TestSceneBreadcrumbControl()
|
||||||
{
|
{
|
||||||
Add(breadcrumbs = new BreadcrumbControl<BreadcrumbTab>
|
Add(breadcrumbs = new BreadcrumbControl<BreadcrumbTab>
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user