Checker: MISSING_BREAK
Function: renderBoundingBox(LLDrawable *, int)
File: /indra/newview/llspatialpartition.cpp
meow-7.2.2
Tofu Linden 2010-01-27 13:32:21 -08:00
parent 3616ed1e99
commit bada10e2f2
1 changed files with 1 additions and 0 deletions

View File

@ -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;