mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Wire up one of the settings to the config
One step at a time, right
This commit is contained in:
@ -13,9 +13,11 @@ namespace osu.Desktop.VisualTests
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost(@"osu-visual-tests");
|
||||
host.Add(new VisualTestGame());
|
||||
host.Run();
|
||||
using (BasicGameHost host = Host.GetSuitableHost(@"osu-visual-tests"))
|
||||
{
|
||||
host.Add(new VisualTestGame());
|
||||
host.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user