mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 09:35:00 +02:00
typing error
This commit is contained in:
parent
b360b6c55d
commit
2e7d34a886
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ ModelReferential::ModelReferential(Referential* referential, ModelTree* tree, Av
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ModelItem* item = _tr
|
const ModelItem* item = _tree->findModelByID(_modelID);
|
||||||
ree->findModelByID(_modelID);
|
|
||||||
if (item != NULL) {
|
if (item != NULL) {
|
||||||
_refScale = item->getRadius();
|
_refScale = item->getRadius();
|
||||||
_refRotation = item->getModelRotation();
|
_refRotation = item->getModelRotation();
|
||||||
|
|
Loading…
Reference in a new issue