1
0
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:
Drew DeVault
2016-10-26 10:52:04 -04:00
Unverified
parent fd867b2eb7
commit 55e5ec6fae
6 changed files with 107 additions and 185 deletions
+1 -1
View File
@@ -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();
}