Solve Issue 1539: XML Export consistently fails as of latest alpha (build 5824)

This commit is contained in:
Inusaito Sayori
2014-09-11 22:26:45 -04:00
parent 86ff77665c
commit 8dca737dc8
3 changed files with 14 additions and 1 deletions

View File

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