summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-08-04 00:15:49 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-08-04 00:15:49 +0300
commit7235d333ea24388fc13a6d01dbafc707b658a0d4 (patch)
tree7fb8d4485588e95b4815cb4877442dd4f733dc5d /indra/llprimitive/llmodel.h
parent2d2ed85c56c0aa47e6909becaf60b71f1daaf46f (diff)
DRTVWR-542 Fix incorect dropbox state
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index 51fa2f8079..96368d64e5 100644
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -281,6 +281,8 @@ public:
EModelStatus mStatus ;
+ // A model/object can only have 8 faces, spillover faces will
+ // be moved to new model/object and assigned a submodel id.
int mSubmodelID;
};