mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 07:32:55 +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 bottomRightElements;
|
||||||
private readonly FillFlowContainer topRightElements;
|
private readonly FillFlowContainer topRightElements;
|
||||||
|
|
||||||
private Container mainUIElements;
|
private readonly Container mainUIElements;
|
||||||
|
|
||||||
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user