summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.h
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-06-11 18:43:34 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-06-11 18:43:34 -0700
commited34782283aa2ae6a7a76c0492a2f9edc6bb3629 (patch)
tree7ab124cd4852f2d36bf897090feff5cf29c3ebc7 /indra/newview/lldrawable.h
parent3a212d9608492ae64a3a32f80790371b90be9e9e (diff)
parentf5e2708a0fc4e08d3d0a5dc393bbd4bac09e1c55 (diff)
Merge branch 'main' of github.com:secondlife/viewer into roxie/webrtc-voice
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: