mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Merge pull request #1178 from peppy/headless-ftl
Make OsuTestCases use new non-realtime option
This commit is contained in:
Submodule osu-framework updated: e2d41820b3...1ba1e8ef1e
@ -14,7 +14,7 @@ namespace osu.Desktop.Tests.Visual
|
||||
[Test]
|
||||
public override void RunTest()
|
||||
{
|
||||
using (var host = new HeadlessGameHost())
|
||||
using (var host = new HeadlessGameHost(realtime: false))
|
||||
host.Run(new OsuTestCaseTestRunner(this));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user