mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Merge pull request #54 from SirCmpwn/specify-game-name
Update osu-framework and specify game name
This commit is contained in:
commit
8706027155
@ -1 +1 @@
|
||||
Subproject commit 19252f6177622908cfbbf3caed7ceca42e5832d6
|
||||
Subproject commit 857a472d570227937de549d50fa8bd672022afbf
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user