Parse all map attributes from _assets into memory

This commit is contained in:
Marcus Huderle
2018-02-17 13:00:15 -08:00
parent 5c0f628f0d
commit 50fc906971
4 changed files with 95 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ void MainWindow::on_checkBox_ShowLocation_clicked(bool checked)
void MainWindow::loadDataStructures() {
Project *project = editor->project;
project->readMapAttributesTable();
project->readAllMapAttributes();
}
void MainWindow::populateMapList() {