mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 08:59:56 +08: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