Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer

This commit is contained in:
Latif Khalifa
2013-08-13 02:52:47 +02:00
9 changed files with 26 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ namespace DAEExportUtil
LLPermissions* perms = node->mPermissions; // Is perms ever NULL?
// This tests the PERM_EXPORT bit too, which is not really necessary (just checking if it's set
// on the root prim would suffice), but also isn't hurting.
return perms && perms->allowExportBy(gAgentID, LFSimFeatureHandler::instance().simSupportsExport());
return perms && perms->allowExportBy(gAgentID, LFSimFeatureHandler::instance().exportPolicy());
}
void saveSelectedObject()