mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 13:47:33 +08:00
Privatise setter
This commit is contained in:
parent
cd102da3af
commit
695ee39b87
@ -252,7 +252,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
private const float filter_text_size = 12;
|
||||
|
||||
public OsuSpriteText FilterText;
|
||||
public OsuSpriteText FilterText { get; private set; }
|
||||
|
||||
public FilterControlTextBox()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user