summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.h
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-06-11 12:33:53 -0400
committerGitHub <noreply@github.com>2024-06-11 12:33:53 -0400
commite92689063bdbe34907348a12f1db39bc81132783 (patch)
tree3d7b76e4f82fbb147e6c07f104fb85c55246fd99 /indra/newview/lldrawable.h
parentf3bfc13f7957a5f142871bddc57d63cd08595ad9 (diff)
parentb5546377b0aa2482756b1dad4258659edc630c3b (diff)
Merge pull request #1697 from secondlife/lua-bradfix
Merge promoted Featurettes + Brad's GitHub Windows build workaround.
Diffstat (limited to 'indra/newview/lldrawable.h')
-rw-r--r--indra/newview/lldrawable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h
index e02d62ad45..726667813a 100644
--- a/indra/newview/lldrawable.h
+++ b/indra/newview/lldrawable.h
@@ -286,6 +286,7 @@ public:
ANIMATED_CHILD = 0x01000000,
ACTIVE_CHILD = 0x02000000,
FOR_UNLOAD = 0x04000000, //should be unload from memory
+ MIRROR = 0x08000000, // Used as a mirror, needs a hero probe position to be calculated.
} EDrawableFlags;
public: