mirror of
https://github.com/ppy/osu
synced 2025-02-04 04:11:54 +00:00
Remove blank line
This commit is contained in:
parent
7c5ca67691
commit
d055b248ac
@ -114,7 +114,6 @@ namespace osu.Game.Screens.Play
|
|||||||
Start = gameplayClockContainer.Start,
|
Start = gameplayClockContainer.Start,
|
||||||
Stop = gameplayClockContainer.Stop,
|
Stop = gameplayClockContainer.Stop,
|
||||||
IsPaused = { BindTarget = gameplayClockContainer.IsPaused },
|
IsPaused = { BindTarget = gameplayClockContainer.IsPaused },
|
||||||
|
|
||||||
CheckCanPause = () => AllowPause && ValidForResume && !HasFailed && !RulesetContainer.HasReplayLoaded.Value,
|
CheckCanPause = () => AllowPause && ValidForResume && !HasFailed && !RulesetContainer.HasReplayLoaded.Value,
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user