mirror of https://github.com/ppy/osu
Fix formatting?
This commit is contained in:
parent
cc8b838bd4
commit
59b9d29a79
|
@ -130,11 +130,12 @@ public void TestRatePreservedWhenTimeNotProgressing()
|
|||
}
|
||||
|
||||
private void createStabilityContainer(double gameplayStartTime = double.MinValue) => AddStep("create container", () =>
|
||||
{
|
||||
mainContainer.Child = new FrameStabilityContainer(gameplayStartTime)
|
||||
{
|
||||
AllowBackwardsSeeks = true,
|
||||
}
|
||||
.WithChild(consumer = new ClockConsumingChild()));
|
||||
}.WithChild(consumer = new ClockConsumingChild());
|
||||
});
|
||||
|
||||
private void seekManualTo(double time) => AddStep($"seek manual clock to {time}", () => manualClock.CurrentTime = time);
|
||||
|
||||
|
|
Loading…
Reference in New Issue