mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 00:53:31 +08:00
Initialize previousFilter to string.Empty
This commit is contained in:
parent
35a1479fc1
commit
f740707712
@ -189,7 +189,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
|
||||
private ScheduledDelegate filterTask;
|
||||
private string previousFilter = null;
|
||||
private string previousFilter = string.Empty;
|
||||
|
||||
private void filterChanged()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user