mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Make field read only
This commit is contained in:
parent
a7f8e26e35
commit
98acf1e31d
@ -63,7 +63,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
private readonly Container topScoreContainer;
|
private readonly Container topScoreContainer;
|
||||||
|
|
||||||
private FillFlowContainer bottomRightElements;
|
private readonly FillFlowContainer bottomRightElements;
|
||||||
|
|
||||||
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user