General cleanup per PR feedback

This commit is contained in:
Drew DeVault
2016-10-26 10:52:04 -04:00
parent fd867b2eb7
commit 55e5ec6fae
6 changed files with 107 additions and 185 deletions

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();
}