1
0
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:
smoogipoo 2019-09-19 17:36:42 +09:00
parent 96ea507320
commit 5120d82ef8

View File

@ -235,7 +235,7 @@ namespace osu.Game.Screens.Select
break;
}
query = query.Remove(match.Index, match.Length);
query = query.Replace(match.ToString(), "");
}
}