mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 04:29:52 +08:00
Privatise setter
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user