mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Fix remaining game host regressions
This commit is contained in:
@ -13,6 +13,11 @@ namespace osu.Game.Tests
|
|||||||
public CleanRunHeadlessGameHost(string gameName = @"", bool bindIPC = false, bool realtime = true)
|
public CleanRunHeadlessGameHost(string gameName = @"", bool bindIPC = false, bool realtime = true)
|
||||||
: base(gameName, bindIPC, realtime)
|
: base(gameName, bindIPC, realtime)
|
||||||
{
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void SetupForRun()
|
||||||
|
{
|
||||||
|
base.SetupForRun();
|
||||||
Storage.DeleteDirectory(string.Empty);
|
Storage.DeleteDirectory(string.Empty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user