mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
corrected styling issues
This commit is contained in:
@ -8,7 +8,6 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
{
|
||||
public class TestSceneStablePathSelectScreens : TournamentTestScene
|
||||
{
|
||||
|
||||
public TestSceneStablePathSelectScreens()
|
||||
{
|
||||
AddStep("Add screen", () => Add(new TestSceneStablePathSelectScreen()));
|
||||
@ -16,12 +15,12 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
|
||||
private class TestSceneStablePathSelectScreen : StablePathSelectScreen
|
||||
{
|
||||
protected override void changePath(Storage storage)
|
||||
protected override void ChangePath(Storage storage)
|
||||
{
|
||||
Expire();
|
||||
}
|
||||
|
||||
protected override void autoDetect()
|
||||
protected override void AutoDetect()
|
||||
{
|
||||
Expire();
|
||||
}
|
||||
|
Reference in New Issue
Block a user