diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 15:35:21 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 15:35:21 +0100 |
commit | 3fcf7a32ee7256ef294c6c01c793f63dfdfb6958 (patch) | |
tree | 70f5c2c8e8dbd8cb7440a186d2914a41499c5e36 /indra/llmath/llrigginginfo.cpp | |
parent | 228525aa27b05cc1aa8be27de4ae59f5ec590ae3 (diff) |
SL-915 - incremental updates to dynamic bounding box, setting to control detail.
Diffstat (limited to 'indra/llmath/llrigginginfo.cpp')
-rw-r--r-- | indra/llmath/llrigginginfo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmath/llrigginginfo.cpp b/indra/llmath/llrigginginfo.cpp index 925179c2ba..18fea2088c 100644 --- a/indra/llmath/llrigginginfo.cpp +++ b/indra/llmath/llrigginginfo.cpp @@ -27,6 +27,11 @@ #include "llmath.h" #include "llrigginginfo.h" +#ifndef LL_RELEASE_FOR_DOWNLOAD +// AXON to remove +#pragma optimize("", off) +#endif + //----------------------------------------------------------------------------- // LLJointRiggingInfo //----------------------------------------------------------------------------- |