mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Fix crash with multiple range criterias
This commit is contained in:
parent
96ea507320
commit
5120d82ef8
@ -235,7 +235,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
}
|
||||
|
||||
query = query.Remove(match.Index, match.Length);
|
||||
query = query.Replace(match.ToString(), "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user