mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
Fixed compile errors on linux (obvious programming faults).
This commit is contained in:
parent
efecbca8fc
commit
afcb731d18
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue