Skip to content

Commit

Permalink
Remove HostOptions from VisualTestRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jan 30, 2024
1 parent d93d946 commit 44aeb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Hishigata.Tests/VisualTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class VisualTestRunner
[STAThread]
public static int Main(string[] args)
{
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true }))
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
{
host.Run(new OsuTestBrowser());
return 0;
Expand Down

0 comments on commit 44aeb05

Please sign in to comment.