mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
parent
1ef75b411c
commit
9935502298
1 changed files with 5 additions and 2 deletions
|
|
@ -57,8 +57,11 @@ daeElement* daeRawResolver::resolveElement(const daeURI& uri) {
|
||||||
daeElement *accessor;
|
daeElement *accessor;
|
||||||
|
|
||||||
accessor = uri.getContainer();
|
accessor = uri.getContainer();
|
||||||
if ( accessor == NULL )
|
if (accessor == NULL)
|
||||||
return NULL;
|
{
|
||||||
|
fclose(rawFile);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
src = accessor->getParentElement()->getParentElement();
|
src = accessor->getParentElement()->getParentElement();
|
||||||
daeElementRefArray children;
|
daeElementRefArray children;
|
||||||
accessor->getChildren( children );
|
accessor->getChildren( children );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue