mirror of
https://github.com/ppy/osu
synced 2025-01-18 12:00:58 +00:00
Remove useless clock assignment
This commit is contained in:
parent
22ab2c5e5d
commit
5383e33f3d
@ -5,7 +5,6 @@ using OpenTK;
|
|||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using osu.Framework.Timing;
|
|
||||||
using osu.Game.Beatmaps.Timing;
|
using osu.Game.Beatmaps.Timing;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
@ -22,15 +21,6 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
|||||||
|
|
||||||
public List<BreakPeriod> Breaks;
|
public List<BreakPeriod> Breaks;
|
||||||
|
|
||||||
public override IFrameBasedClock Clock
|
|
||||||
{
|
|
||||||
set
|
|
||||||
{
|
|
||||||
base.Clock = remainingTimeCounter.Clock = value;
|
|
||||||
}
|
|
||||||
get { return base.Clock; }
|
|
||||||
}
|
|
||||||
|
|
||||||
private readonly bool letterboxing;
|
private readonly bool letterboxing;
|
||||||
private readonly LetterboxOverlay letterboxOverlay;
|
private readonly LetterboxOverlay letterboxOverlay;
|
||||||
private readonly Container remainingTimeBox;
|
private readonly Container remainingTimeBox;
|
||||||
|
Loading…
Reference in New Issue
Block a user