mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 03:39:53 +08:00
Add readonly to fill
This commit is contained in:
committed by
GitHub
Unverified
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user