mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add readonly to fill
This commit is contained in:
@ -430,7 +430,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
public Action<double> OnSeek;
|
public Action<double> OnSeek;
|
||||||
|
|
||||||
private Box fill;
|
private readonly Box fill;
|
||||||
|
|
||||||
public Color4 FillColour
|
public Color4 FillColour
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user