mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 16:37:26 +08:00
Remove default for argument
This commit is contained in:
parent
adc759771f
commit
a317ef65b8
@ -43,7 +43,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
AddRange(new Drawable[]
|
AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
breakTracker = new TestBreakTracker(),
|
breakTracker = new TestBreakTracker(),
|
||||||
breakOverlay = new BreakOverlay(true)
|
breakOverlay = new BreakOverlay(true, null)
|
||||||
{
|
{
|
||||||
ProcessCustomClock = false,
|
ProcessCustomClock = false,
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ namespace osu.Game.Screens.Play
|
|||||||
private readonly RemainingTimeCounter remainingTimeCounter;
|
private readonly RemainingTimeCounter remainingTimeCounter;
|
||||||
private readonly BreakArrows breakArrows;
|
private readonly BreakArrows breakArrows;
|
||||||
|
|
||||||
public BreakOverlay(bool letterboxing, ScoreProcessor scoreProcessor = null)
|
public BreakOverlay(bool letterboxing, ScoreProcessor scoreProcessor)
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user