1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 17:10:12 +08:00

Make OsuTestCases use new non-realtime option

This commit is contained in:
Dean Herbert
2017-08-23 15:28:33 +09:00
Unverified
parent 88106ab8e9
commit 1972b78cb1
+1 -1
View File
@@ -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));
}