Fix readonly field

This commit is contained in:
Dean Herbert 2018-05-11 21:48:35 +09:00
parent f1fd2ae7be
commit aa5d5ab2a8

View File

@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Mods
}
private Mod mod;
private Container scaleContainer;
private readonly Container scaleContainer;
public Mod Mod
{