mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09:00
Remove explicit clock in TestCaseBreakOverlay
This commit is contained in:
parent
96baee4e5c
commit
c7bc79bce3
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using osu.Framework.Timing;
|
|
||||||
using osu.Game.Beatmaps.Timing;
|
using osu.Game.Beatmaps.Timing;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
@ -16,8 +15,6 @@ namespace osu.Game.Tests.Visual
|
|||||||
|
|
||||||
public TestCaseBreakOverlay()
|
public TestCaseBreakOverlay()
|
||||||
{
|
{
|
||||||
Clock = new FramedClock();
|
|
||||||
|
|
||||||
Child = breakOverlay = new BreakOverlay(true);
|
Child = breakOverlay = new BreakOverlay(true);
|
||||||
|
|
||||||
AddStep("2s break", () => startBreak(2000));
|
AddStep("2s break", () => startBreak(2000));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user