mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 13:55:26 +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;
|
||||
}
|
||||
|
||||
const ModelItem* item = _tr
|
||||
ree->findModelByID(_modelID);
|
||||
const ModelItem* item = _tree->findModelByID(_modelID);
|
||||
if (item != NULL) {
|
||||
_refScale = item->getRadius();
|
||||
_refRotation = item->getModelRotation();
|
||||
|
|
Loading…
Reference in a new issue