Skip to content
Snippets Groups Projects
Commit 0415d79e authored by Fabian Reister's avatar Fabian Reister
Browse files

SceneObject: robot loading fix

parent b7f48eef
No related branches found
No related tags found
No related merge requests found
......@@ -93,12 +93,12 @@ namespace VirtualRobot
c[i]->initialize(shared_from_this());
}
initialized = true;
if (parent)
{
updatePose(parent->getGlobalPose());
}
initialized = true;
return initializePhysics();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment