mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +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;
|
||||
|
||||
accessor = uri.getContainer();
|
||||
if ( accessor == NULL )
|
||||
return NULL;
|
||||
if (accessor == NULL)
|
||||
{
|
||||
fclose(rawFile);
|
||||
return NULL;
|
||||
}
|
||||
src = accessor->getParentElement()->getParentElement();
|
||||
daeElementRefArray children;
|
||||
accessor->getChildren( children );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue