1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 05:56:42 +08:00

Set setup screen as default when opening

This commit is contained in:
Dean Herbert 2019-09-23 04:47:51 +09:00
parent b41ac543c5
commit 4b7a421191

View File

@ -130,7 +130,7 @@ namespace osu.Game.Tournament
},
};
SetScreen(typeof(ScheduleScreen));
SetScreen(typeof(SetupScreen));
}
public void SetScreen(Type screenType)