diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:32:21 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:32:21 -0800 |
commit | bada10e2f2fcd15eff4aeec82288c4c64ad258ef (patch) | |
tree | 6f7eabfd0cc7f0d7bc467232df30b1f99e804a44 /indra/newview/llspatialpartition.cpp | |
parent | 3616ed1e996f276b3ad195e1f2c9b2f87a5b1455 (diff) |
CID-114
Checker: MISSING_BREAK
Function: renderBoundingBox(LLDrawable *, int)
File: /indra/newview/llspatialpartition.cpp
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 514d8facb4..465221c494 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -2607,6 +2607,7 @@ void renderBoundingBox(LLDrawable* drawable, BOOL set_color = TRUE) break; case LL_PCODE_LEGACY_TREE: gGL.color4f(0,0.5f,0,1); + break; default: gGL.color4f(1,0,1,1); break; |