mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 15:17:24 +09:00
Update osu-framework and specify game name
This commit is contained in:
parent
965cd6539f
commit
eb7486f109
@ -1 +1 @@
|
|||||||
Subproject commit 6b884e1b80444c5249754634a4b5529c50b52934
|
Subproject commit a191e86dbae40c4530ed3ff4b291732696e3a2b0
|
@ -12,7 +12,7 @@ namespace osu.Framework.VisualTests
|
|||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
BasicGameHost host = Host.GetSuitableHost();
|
BasicGameHost host = Host.GetSuitableHost(@"visual-tests");
|
||||||
host.Add(new VisualTestGame());
|
host.Add(new VisualTestGame());
|
||||||
host.Run();
|
host.Run();
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ namespace osu.Desktop
|
|||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main()
|
public static void Main()
|
||||||
{
|
{
|
||||||
BasicGameHost host = Host.GetSuitableHost();
|
BasicGameHost host = Host.GetSuitableHost(@"osu");
|
||||||
host.Add(new OsuGame());
|
host.Add(new OsuGame());
|
||||||
host.Run();
|
host.Run();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user