1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 20:06:30 +08:00

Fix readonly field

This commit is contained in:
Dean Herbert
2018-05-11 21:48:35 +09:00
Unverified
parent f1fd2ae7be
commit aa5d5ab2a8
+1 -1
View File
@@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Mods
}
private Mod mod;
private Container scaleContainer;
private readonly Container scaleContainer;
public Mod Mod
{