mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Initialize previousFilter to string.Empty
This commit is contained in:
@ -189,7 +189,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
|
||||
private ScheduledDelegate filterTask;
|
||||
private string previousFilter = null;
|
||||
private string previousFilter = string.Empty;
|
||||
|
||||
private void filterChanged()
|
||||
{
|
||||
|
Reference in New Issue
Block a user