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:
@@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
|
||||
private Mod mod;
|
||||
private Container scaleContainer;
|
||||
private readonly Container scaleContainer;
|
||||
|
||||
public Mod Mod
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user