diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-17 23:35:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 23:35:44 +0300 |
commit | c7ebde4ec9d3909c3c2f6503dc9096406297f26d (patch) | |
tree | b2aadd1082e28b92892755f6b2dfb64edc098ad4 /indra/llmath/llquaternion.cpp | |
parent | 293462d8ff6dcb00ec501d026a6589d869a2f846 (diff) | |
parent | 4c6afbbb75076e9fd34ee5707a02195c4e2f7223 (diff) |
Merge pull request #3927 from Ansariel/develop-math-improvements
Add a bunch of old and new math improvements
Diffstat (limited to 'indra/llmath/llquaternion.cpp')
-rw-r--r-- | indra/llmath/llquaternion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llquaternion.cpp b/indra/llmath/llquaternion.cpp index aefb82b2f0..1ab3a73d79 100644 --- a/indra/llmath/llquaternion.cpp +++ b/indra/llmath/llquaternion.cpp @@ -30,7 +30,6 @@ #include "llquaternion.h" -//#include "vmath.h" #include "v3math.h" #include "v3dmath.h" #include "v4math.h" |