mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Add readonly to fill
This commit is contained in:
parent
e073100498
commit
e16b646014
@ -430,7 +430,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public Action<double> OnSeek;
|
||||
|
||||
private Box fill;
|
||||
private readonly Box fill;
|
||||
|
||||
public Color4 FillColour
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user