diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-06-09 17:07:51 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-06-09 17:07:51 -0600 |
commit | 73226014555b028ae2bdec29b8c7d60e6c20c2df (patch) | |
tree | 0d85c00dd23a2f48dc38ea03de2053f734268e88 /indra/newview/llmeshrepository.h | |
parent | fe67bd7cfa5d066a9c24898768445b24eaf28e95 (diff) |
partial fix for SH-1804: viewer crashes when uploading "Messerschmitt KR200.dae"
eliminated crashing, but still failed to upload it.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index adf60c7e03..f237c3a60e 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -161,6 +161,8 @@ public: virtual void setStatusMessage(const std::string& msg); + bool isValid() const {return mPositions.size() > 2 && mIndices.size() > 2 ;} + protected: //internal use LLVector3 mBBox[2] ; |