Skip to content

Commit

Permalink
this dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy committed Mar 5, 2024
1 parent 0feee0b commit 94e721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/lib/collada/src/dae/daeMetaGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, d
(void)offset;
daeString nm = child->getElementName();
if ( findChild( nm ) == NULL ) {
return false;
return NULL;
}
daeElementRef el;

Expand Down

0 comments on commit 94e721c

Please sign in to comment.