1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 10:02:59 +08:00

Make field readonly

This commit is contained in:
EVAST9919 2017-05-18 11:50:15 +03:00
parent 1d80555d3b
commit 640c940fce

View File

@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
{
private const float transition_duration = 600;
private FillFlowContainer content;
private readonly FillFlowContainer content;
public SettingsDropdown()
{