CID-114
Checker: MISSING_BREAK Function: renderBoundingBox(LLDrawable *, int) File: /indra/newview/llspatialpartition.cppmeow-7.2.2
parent
3616ed1e99
commit
bada10e2f2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue