summaryrefslogtreecommitdiff
path: root/indra/llmath/xform.h
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2024-10-05 02:41:14 +0200
committerGitHub <noreply@github.com>2024-10-05 03:41:14 +0300
commit39eb250e3926e123794a939e861e62d96916e92e (patch)
tree99fae79d822f2e3936b457f0587976ee89fefdba /indra/llmath/xform.h
parent6c51a262d8b576355622eadeef156ef4e6135266 (diff)
More cleanup of LLMath and the color classes in particular (#2810)
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;