mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 05:52:54 +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;
|
private const float filter_text_size = 12;
|
||||||
|
|
||||||
public OsuSpriteText FilterText;
|
public OsuSpriteText FilterText { get; private set; }
|
||||||
|
|
||||||
public FilterControlTextBox()
|
public FilterControlTextBox()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user