mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 19:02:57 +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 const float transition_duration = 600;
|
||||||
|
|
||||||
private FillFlowContainer content;
|
private readonly FillFlowContainer content;
|
||||||
|
|
||||||
public SettingsDropdown()
|
public SettingsDropdown()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user