diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-26 06:31:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 06:31:11 -0400 |
commit | fb9ef6233125d55d47104333d6b0062509850ff4 (patch) | |
tree | db0f1c5a38427dea1b81044bfa09145dc418ab67 /indra/newview/llvlmanager.cpp | |
parent | 8690fa472bdece537be0392517633bc48b4aa903 (diff) |
storm-1189: remove classic clouds
Diffstat (limited to 'indra/newview/llvlmanager.cpp')
-rw-r--r-- | indra/newview/llvlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvlmanager.cpp b/indra/newview/llvlmanager.cpp index 25f2687fe2..d8de979f56 100644 --- a/indra/newview/llvlmanager.cpp +++ b/indra/newview/llvlmanager.cpp @@ -94,7 +94,7 @@ void LLVLManager::unpackData(const S32 num_packets) } else if (CLOUD_LAYER_CODE == datap->mType) { - datap->mRegionp->mCloudLayer.decompress(bit_pack, &goph); + } } |