mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 08:51:09 +02:00
Fix unsupported model types preventing DomainBaker from finishing
This commit is contained in:
parent
e6487332e8
commit
b0b4307f27
1 changed files with 4 additions and 4 deletions
|
@ -176,12 +176,12 @@ void DomainBaker::addModelBaker(const QString& property, const QString& url, con
|
|||
|
||||
// keep track of the total number of baking entities
|
||||
++_totalNumberOfSubBakes;
|
||||
|
||||
// add this QJsonValueRef to our multi hash so that we can easily re-write
|
||||
// the model URL to the baked version once the baker is complete
|
||||
_entitiesNeedingRewrite.insert(bakeableModelURL, { property, jsonRef });
|
||||
}
|
||||
}
|
||||
|
||||
// add this QJsonValueRef to our multi hash so that we can easily re-write
|
||||
// the model URL to the baked version once the baker is complete
|
||||
_entitiesNeedingRewrite.insert(bakeableModelURL, { property, jsonRef });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue