mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-21 09:07:34 -05:00
Sort asm tileset lists
This commit is contained in:
parent
d91ae9dab6
commit
ea19b3a08c
|
|
@ -1887,6 +1887,9 @@ bool Project::readTilesetLabels() {
|
|||
QRegularExpressionMatch match = iter.next();
|
||||
appendTilesetLabel(match.captured("label"), match.captured("isSecondary"));
|
||||
}
|
||||
this->primaryTilesetLabels.sort();
|
||||
this->secondaryTilesetLabels.sort();
|
||||
this->tilesetLabelsOrdered.sort();
|
||||
filename = asm_filename; // For error reporting further down
|
||||
} else {
|
||||
this->usingAsmTilesets = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user