diff options
author | prep linden <prep@lindenlab.com> | 2011-06-07 16:53:29 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-06-07 16:53:29 -0400 |
commit | dbd619508ba45292c2cebe096494c28e74941643 (patch) | |
tree | a0a67bc5cc2b0b852e70e79cf1d7a8e4d0430f78 /indra/llprimitive/llmodel.h | |
parent | 70f959f01e845b3a7b6211f82c20d0cbd6641c39 (diff) |
Fix for importer crashes, sh-1698. Added checks for handling bad elements in the dae.
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index ebca1f9d9d..cd9f76fcb7 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -73,6 +73,7 @@ public: { NO_ERRORS = 0, VERTEX_NUMBER_OVERFLOW, //vertex number is >= 65535. + BAD_ELEMENT, INVALID_STATUS } ; |