1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 10:00:42 +08:00

Make field read only

This commit is contained in:
Dean Herbert
2020-10-14 19:16:25 +09:00
Unverified
parent a7f8e26e35
commit 98acf1e31d
+1 -1
View File
@@ -63,7 +63,7 @@ namespace osu.Game.Screens.Play
private readonly Container topScoreContainer;
private FillFlowContainer bottomRightElements;
private readonly FillFlowContainer bottomRightElements;
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };