mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Revert unnecessary change for now
This commit is contained in:
parent
e666a82e1f
commit
7a550e3f07
@ -18,11 +18,11 @@ namespace osu.Game.Screens.Play
|
||||
private const float remaining_time_container_max_size = 0.3f;
|
||||
private const int vertical_margin = 25;
|
||||
|
||||
private IReadOnlyList<BreakPeriod> breaks;
|
||||
private List<BreakPeriod> breaks;
|
||||
|
||||
private readonly Container fadeContainer;
|
||||
|
||||
public IReadOnlyList<BreakPeriod> Breaks
|
||||
public List<BreakPeriod> Breaks
|
||||
{
|
||||
get => breaks;
|
||||
set
|
||||
|
Loading…
Reference in New Issue
Block a user