mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Merge pull request #54 from SirCmpwn/specify-game-name
Update osu-framework and specify game name
This commit is contained in:
Submodule osu-framework updated: 19252f6177...857a472d57
@ -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();
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ namespace osu.Desktop
|
||||
[STAThread]
|
||||
public static void Main()
|
||||
{
|
||||
BasicGameHost host = Host.GetSuitableHost();
|
||||
BasicGameHost host = Host.GetSuitableHost(@"osu");
|
||||
host.Add(new OsuGame());
|
||||
host.Run();
|
||||
}
|
||||
|
Reference in New Issue
Block a user