mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Bring up-to-date with latest framework.
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Desktop
|
||||
public static void Main()
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost();
|
||||
host.Load(new OsuGame());
|
||||
host.Add(new OsuGame());
|
||||
host.Run();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user