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:
parent
1d80555d3b
commit
640c940fce
@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
private const float transition_duration = 600;
|
||||
|
||||
private FillFlowContainer content;
|
||||
private readonly FillFlowContainer content;
|
||||
|
||||
public SettingsDropdown()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user