mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Make field readonly
This commit is contained in:
@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
private const float transition_duration = 600;
|
||||
|
||||
private FillFlowContainer content;
|
||||
private readonly FillFlowContainer content;
|
||||
|
||||
public SettingsDropdown()
|
||||
{
|
||||
|
Reference in New Issue
Block a user