mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
Refactor so PWE compiles with the newly externalized LibCommon
This commit is contained in:
@@ -73,7 +73,7 @@ void WCreateTab::OnLayersChanged()
|
||||
ui->SpawnLayerComboBox->blockSignals(true);
|
||||
ui->SpawnLayerComboBox->clear();
|
||||
|
||||
for (u32 iLyr = 0; iLyr < pArea->NumScriptLayers(); iLyr++)
|
||||
for (uint32 iLyr = 0; iLyr < pArea->NumScriptLayers(); iLyr++)
|
||||
ui->SpawnLayerComboBox->addItem(TO_QSTRING(pArea->ScriptLayer(iLyr)->Name()));
|
||||
|
||||
ui->SpawnLayerComboBox->setCurrentIndex(0);
|
||||
|
||||
Reference in New Issue
Block a user