Ordering of certain beatmap elements must be enforced #1933
Labels
area:beatmap-parsing
.osu file format parsing
priority:3
Nice to have, at some point
type:code-quality
In order to ensure beatmaps are in a sane state, lists should be checked for correct ordering. Cases where this should be checked
Using
SortedList
should also be considered where possible as a secondary measure to ensure order at runtime (ie. if the editor is modifying said lists).The text was updated successfully, but these errors were encountered: