mirror of https://github.com/ppy/osu
Schedule SetUp()
This commit is contained in:
parent
61265ed452
commit
035a53cb9e
|
@ -41,11 +41,11 @@ private void load(OsuConfigManager config)
|
|||
}
|
||||
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
public void SetUp() => Schedule(() =>
|
||||
{
|
||||
isBreakTime.Value = false;
|
||||
lightenDuringBreaks.Value = false;
|
||||
}
|
||||
});
|
||||
|
||||
[TestCase(0.6f, 0.3f)]
|
||||
[TestCase(0.2f, 0.0f)]
|
||||
|
|
Loading…
Reference in New Issue