mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 20:44:19 +08:00
Update osu-framework and specify game name
This commit is contained in:
@@ -12,7 +12,7 @@ namespace osu.Framework.VisualTests
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost();
|
||||
BasicGameHost host = Host.GetSuitableHost(@"visual-tests");
|
||||
host.Add(new VisualTestGame());
|
||||
host.Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user