mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Make container readonly
This commit is contained in:
parent
6983978c98
commit
d76365ed1b
@ -66,7 +66,7 @@ namespace osu.Game.Screens.Play
|
||||
private readonly FillFlowContainer bottomRightElements;
|
||||
private readonly FillFlowContainer topRightElements;
|
||||
|
||||
private Container mainUIElements;
|
||||
private readonly Container mainUIElements;
|
||||
|
||||
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user