mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
query = query.Remove(match.Index, match.Length);
|
query = query.Replace(match.ToString(), "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user