mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
Fix readonly field
This commit is contained in:
parent
f1fd2ae7be
commit
aa5d5ab2a8
@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
|
||||
private Mod mod;
|
||||
private Container scaleContainer;
|
||||
private readonly Container scaleContainer;
|
||||
|
||||
public Mod Mod
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user