mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
quick collada compile fix as a straight update would pull in the boost library as well for yet another dependency
This commit is contained in:
parent
8d434807af
commit
360edf18a1
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ daeMetaElement::appendAttribute(daeMetaAttribute* attr)
|
|||
else
|
||||
_metaAttributes.append(attr);
|
||||
|
||||
if ((attr->getName() != NULL) &&
|
||||
if ((attr->getName()) &&
|
||||
(strcmp(attr->getName(),"id") == 0)) {
|
||||
_metaID = attr;
|
||||
_isTrackableForQueries = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue