diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-03-15 09:26:58 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-03-15 09:26:58 -0400 |
| commit | 6faa6236f520fd1dbbbbe030957a6354f5c45db3 (patch) | |
| tree | 907614751c28c888ae7f5ea725a681b34b2f48f0 /indra/newview/llviewerobjectlist.cpp | |
| parent | 174b537953b5a39702c833ab1e83313a80e5e549 (diff) | |
| parent | ae3e97024ec60d2c0555bf01ff6e2786232b6dd5 (diff) | |
merge changes for storm-28
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
| -rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 81479e8b49..979d91cfcb 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1180,6 +1180,7 @@ void LLViewerObjectList::clearAllMapObjectsInRegion(LLViewerRegion* regionp) } } + void LLViewerObjectList::renderObjectsForMap(LLNetMap &netmap) { LLColor4 above_water_color = LLUIColorTable::instance().getColor( "NetMapOtherOwnAboveWater" ); @@ -1199,7 +1200,6 @@ void LLViewerObjectList::renderObjectsForMap(LLNetMap &netmap) { LLViewerObject* objectp = *iter; - //llassert_always(!objectp->isDead()); if(objectp->isDead())//some dead objects somehow not cleaned. { continue ; |
