Sort asm tileset lists
This commit is contained in:
parent
d91ae9dab6
commit
ea19b3a08c
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue