mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-12 06:45:12 +00:00
Rewrote SCAN asset handling + loading
This commit is contained in:
@@ -52,7 +52,7 @@ QVariant CPoiMapModel::data(const QModelIndex& rkIndex, int Role) const
|
||||
CScan *pScan = static_cast<CPointOfInterestExtra*>(pNode->Extra())->GetScan();
|
||||
|
||||
if (pScan)
|
||||
IsImportant = pScan->IsImportant();
|
||||
IsImportant = pScan->IsCriticalPropertyRef();
|
||||
}
|
||||
|
||||
if (IsImportant)
|
||||
|
||||
Reference in New Issue
Block a user