diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-06-01 00:18:36 +0100 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-06-01 00:18:36 +0100 |
| commit | 64302d3000b69b31e72eb6a3bd8a981c80cb88de (patch) | |
| tree | d942aa56bc50bd44542ff5f7757d46a6189e8036 /indra/llmath/llquaternion.cpp | |
| parent | 439273c9c11ec5f3c186fd7d97a28d11419153cd (diff) | |
Modify use of sky settings, reduce complexity, and name funcs to indicate coord systems in use.
Fix class2 softenLightF shader.
Diffstat (limited to 'indra/llmath/llquaternion.cpp')
| -rw-r--r-- | indra/llmath/llquaternion.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmath/llquaternion.cpp b/indra/llmath/llquaternion.cpp index a7ff707bb8..a8d9eba2a0 100644 --- a/indra/llmath/llquaternion.cpp +++ b/indra/llmath/llquaternion.cpp @@ -38,8 +38,6 @@ #include "m3math.h" #include "llquantize.h" -#pragma optimize("", off) - // WARNING: Don't use this for global const definitions! using this // at the top of a *.cpp file might not give you what you think. const LLQuaternion LLQuaternion::DEFAULT; |
