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:
AzaezelX 2023-05-28 00:14:37 -05:00
parent 8d434807af
commit 360edf18a1

View file

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