diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-29 11:43:20 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-29 11:43:20 -0700 |
commit | 87918b4bfe27ddcba2e4a44323ebc85e509a92fc (patch) | |
tree | e37cc81e7b6292750941e767d33910fd95f20bb6 /indra/llmath | |
parent | b74af1c2aa4d8804a240135f54df7d3c21ce3ab6 (diff) | |
parent | cb8641a639d077fe03853e69be597ee359f5a01f (diff) |
Merge with viewer-2.0.0-3
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/xform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h index d3be28f41d..5b7b1900bc 100644 --- a/indra/llmath/xform.h +++ b/indra/llmath/xform.h @@ -173,7 +173,7 @@ BOOL LLXform::setParent(LLXform* parent) { if (cur_par == this) { - llwarns << "LLXform::setParent Creating loop when setting parent!" << llendl; + //llwarns << "LLXform::setParent Creating loop when setting parent!" << llendl; return FALSE; } cur_par = cur_par->mParent; |