mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-08 07:17:01 +09:00
Update with latest osu changes
This commit is contained in:
parent
0d67e2dda2
commit
4d6fd05c7a
4 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ namespace PerformanceCalculatorGUI
|
|||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
using DesktopGameHost host = Host.GetSuitableHost("PerformanceCalculatorGUI", false, true);
|
||||
using DesktopGameHost host = Host.GetSuitableDesktopHost("PerformanceCalculatorGUI", new HostOptions { PortableInstallation = true });
|
||||
using var game = new PerformanceCalculatorGame();
|
||||
|
||||
host.Run(game);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue