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