mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Make ctor protected
This commit is contained in:
parent
f599427080
commit
34f3672750
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
private readonly SearchTextBox search;
|
||||
private readonly PageTabControl<RoomStatusFilter> tabs;
|
||||
|
||||
public FilterControl()
|
||||
protected FilterControl()
|
||||
{
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user