diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-12 16:11:06 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-12 16:11:06 -0500 |
commit | c0fffdea8812e5eed8da9f341d3bfc9590301ada (patch) | |
tree | a8db588e979caee48ab6fcf92301202c65a5153b /indra/llui | |
parent | 32a9255d8ce7515be0fd8c566cb4085a03d99e2b (diff) |
SH-2789 WIP
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 542f57ee5f..7abe4ecd9f 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -283,7 +283,7 @@ void LLView::moveChildToBackOfTabGroup(LLUICtrl* child) bool LLView::addChild(LLView* child, S32 tab_group) { // NOTE: Changed this to not crash in release mode - llassert(mInDraw == false); + //llassert(mInDraw == false); if (!child) { |