Solve Issue 1539: XML Export consistently fails as of latest alpha (build 5824)
This commit is contained in:
@@ -627,7 +627,7 @@ void LLObjectBackup::exportWorker(void *userdata)
|
||||
virtual bool apply(LLSelectNode* node)
|
||||
{
|
||||
LLViewerObject* object = node->getObject();
|
||||
return object->getPhysicsShapeUnknown();
|
||||
return gObjectList.gotObjectPhysicsFlags(object);
|
||||
}
|
||||
} func;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user