mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update framework; amend ToolbarButton to use padding and Children initialiser.
This commit is contained in:
@ -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