3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 13:55:26 +02:00

typing error

This commit is contained in:
Atlante45 2014-08-05 17:08:23 -07:00
parent b360b6c55d
commit 2e7d34a886

View file

@ -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();