Xiaohong Bao 2013-10-16 20:07:00 -06:00
commit 816c86a3cb
1 changed files with 3 additions and 0 deletions

View File

@ -2096,6 +2096,9 @@ LLViewerRegion::eCacheUpdateResult LLViewerRegion::cacheFullUpdate(LLDataPackerB
}
else //invisible
{
//copy some contents from old entry
entry->moveTo(new_entry);
//remove old entry
killCacheEntry(entry);
entry = new_entry;