mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09: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