Add readonly to fill

This commit is contained in:
Jai Sharma 2017-06-24 09:14:55 +01:00 committed by GitHub
parent e073100498
commit e16b646014

View File

@ -430,7 +430,7 @@ namespace osu.Game.Overlays
{
public Action<double> OnSeek;
private Box fill;
private readonly Box fill;
public Color4 FillColour
{