mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Update usages of CleanRunHeadlessGameHost
to match new signature
This commit is contained in:
@ -319,7 +319,7 @@ namespace osu.Game.Tests.Skins.IO
|
||||
|
||||
private async Task runSkinTest(Func<OsuGameBase, Task> action, [CallerMemberName] string callingMethodName = @"")
|
||||
{
|
||||
using (HeadlessGameHost host = new CleanRunHeadlessGameHost(callingMethodName))
|
||||
using (HeadlessGameHost host = new CleanRunHeadlessGameHost(callingMethodName: callingMethodName))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user