1
0
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:
Jai Sharma
2017-06-24 09:14:55 +01:00
committed by GitHub
Unverified
parent e073100498
commit e16b646014
+1 -1
View File
@@ -430,7 +430,7 @@ namespace osu.Game.Overlays
{
public Action<double> OnSeek;
private Box fill;
private readonly Box fill;
public Color4 FillColour
{