mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add a test case which starts the game
This commit is contained in:
@ -8,7 +8,7 @@ using OpenTK;
|
||||
|
||||
namespace osu.Game.Screens
|
||||
{
|
||||
internal class Loader : OsuScreen
|
||||
public class Loader : OsuScreen
|
||||
{
|
||||
public override bool ShowOverlays => false;
|
||||
|
||||
@ -30,7 +30,7 @@ namespace osu.Game.Screens
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuGame game)
|
||||
private void load(OsuGameBase game)
|
||||
{
|
||||
if (game.IsDeployedBuild)
|
||||
LoadComponentAsync(new Disclaimer(), d => Push(d));
|
||||
|
Reference in New Issue
Block a user