Comment out something from the llviewerobjectbackup.cpp sync that looks iffy and seemed to cause malfunction.

This commit is contained in:
Inusaito Sayori
2014-09-11 22:27:25 -04:00
parent 8dca737dc8
commit d34bd5338d

View File

@@ -559,7 +559,7 @@ void LLObjectBackup::exportWorker(void *userdata)
case EXPORT_INIT:
{
self->showFloater(true);
LLSelectMgr::getInstance()->getSelection()->ref();
//LLSelectMgr::getInstance()->getSelection()->ref(); // Singu Note: Don't do this.
// Fall through to EXPORT_CHECK_PERMS
}
case EXPORT_CHECK_PERMS: