diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-08-04 00:15:49 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-08-04 00:15:49 +0300 |
commit | 7235d333ea24388fc13a6d01dbafc707b658a0d4 (patch) | |
tree | 7fb8d4485588e95b4815cb4877442dd4f733dc5d /indra/llprimitive/lldaeloader.cpp | |
parent | 2d2ed85c56c0aa47e6909becaf60b71f1daaf46f (diff) |
DRTVWR-542 Fix incorect dropbox state
Diffstat (limited to 'indra/llprimitive/lldaeloader.cpp')
-rw-r--r-- | indra/llprimitive/lldaeloader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/lldaeloader.cpp b/indra/llprimitive/lldaeloader.cpp index d3acd44f06..17e9e05edd 100644 --- a/indra/llprimitive/lldaeloader.cpp +++ b/indra/llprimitive/lldaeloader.cpp @@ -289,6 +289,7 @@ LLModel::EModelStatus load_face_from_dom_triangles(std::vector<LLVolumeFace>& fa material = std::string(tri->getMaterial()); } + // Todo: mark model in some way as having generated(split) faces materials.push_back(material); face_list.push_back(face); face_list.rbegin()->fillFromLegacyData(verts, indices); |