mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
General cleanup per PR feedback
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Desktop.VisualTests
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost(@"osu");
|
||||
BasicGameHost host = Host.GetSuitableHost(@"osu-visual-tests");
|
||||
host.Add(new VisualTestGame());
|
||||
host.Run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user