mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 13:02:55 +08: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