diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
commit | 0eb13bb6824d520fe66e85cba9168a94f4d27635 (patch) | |
tree | 83fee739a6deb3d077625ed3b06fdefa96606d3c /indra/newview/llviewerobjectlist.cpp | |
parent | fb9ef6233125d55d47104333d6b0062509850ff4 (diff) |
storm-1189: remove more of the code for classic clouds
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index ab2e07e4df..acacf63a1f 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -957,8 +957,7 @@ void LLViewerObjectList::update(LLAgent &agent, LLWorld &world) iter != idle_list.end(); iter++) { objectp = *iter; - if (objectp->getPCode() == LLViewerObject::LL_VO_CLOUDS || - objectp->isAvatar()) + if (objectp->isAvatar()) { objectp->idleUpdate(agent, world, frame_time); } |