mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 20:22:55 +08:00
Make OsuTestCases use new non-realtime option
This commit is contained in:
parent
88106ab8e9
commit
1972b78cb1
@ -14,7 +14,7 @@ namespace osu.Desktop.Tests.Visual
|
|||||||
[Test]
|
[Test]
|
||||||
public override void RunTest()
|
public override void RunTest()
|
||||||
{
|
{
|
||||||
using (var host = new HeadlessGameHost())
|
using (var host = new HeadlessGameHost(realtime: false))
|
||||||
host.Run(new OsuTestCaseTestRunner(this));
|
host.Run(new OsuTestCaseTestRunner(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user