summaryrefslogtreecommitdiff
path: root/indra/llmath/xform.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-04-17 23:35:44 +0300
committerGitHub <noreply@github.com>2025-04-17 23:35:44 +0300
commitc7ebde4ec9d3909c3c2f6503dc9096406297f26d (patch)
treeb2aadd1082e28b92892755f6b2dfb64edc098ad4 /indra/llmath/xform.h
parent293462d8ff6dcb00ec501d026a6589d869a2f846 (diff)
parent4c6afbbb75076e9fd34ee5707a02195c4e2f7223 (diff)
Merge pull request #3927 from Ansariel/develop-math-improvements
Add a bunch of old and new math improvements
Diffstat (limited to 'indra/llmath/xform.h')
-rw-r--r--indra/llmath/xform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h
index 7434301670..fa45fffeae 100644
--- a/indra/llmath/xform.h
+++ b/indra/llmath/xform.h
@@ -115,7 +115,7 @@ public:
void clearChanged(U32 bits) { mChanged &= ~bits; }
void setScaleChildOffset(bool scale) { mScaleChildOffset = scale; }
- bool getScaleChildOffset() { return mScaleChildOffset; }
+ bool getScaleChildOffset() const { return mScaleChildOffset; }
LLXform* getParent() const { return mParent; }
LLXform* getRoot() const;