summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-26 20:30:33 -0400
committerOz Linden <oz@lindenlab.com>2011-05-26 20:30:33 -0400
commit42b967e8a1ad55dd3a07616f8c1a8d92e535848f (patch)
treee35792a9bdd28863df096107da66a40ef0eb830e /indra/newview/llspatialpartition.cpp
parenta99941a7fd55ad56144793957792cdb8bb0e5df6 (diff)
parentc5bf566b2fae1688d9639b4e9e846d70a8c43e83 (diff)
merge changes for oz windlight issues
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r--indra/newview/llspatialpartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index fa329eb0ae..cb82ad3209 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -2818,7 +2818,7 @@ void renderBoundingBox(LLDrawable* drawable, BOOL set_color = TRUE)
gGL.color4f(0,1,1,1);
break;
case LLViewerObject::LL_VO_CLOUDS:
- gGL.color4f(0.5f,0.5f,0.5f,1.0f);
+ // no longer used
break;
case LLViewerObject::LL_VO_PART_GROUP:
case LLViewerObject::LL_VO_HUD_PART_GROUP: