summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-09-30 15:40:27 -0400
committerprep linden <prep@lindenlab.com>2011-09-30 15:40:27 -0400
commit93e3d9e2ec0cc06cbc378ffcf23e66ed569db5f3 (patch)
treeb31b0191cb0ef97311540dca8ad036bb4fb206d7 /indra/newview/llfloatermodelpreview.h
parent69ac0d0aee6e0dc1075a7d18e17e8335cd29e05f (diff)
Fix for sh-2483
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index 47de99ce25..64324854a5 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -70,7 +70,8 @@ public:
GENERATING_VERTEX_BUFFERS,
GENERATING_LOD,
DONE,
- ERROR_PARSING //basically loading failed
+ ERROR_PARSING, //basically loading failed
+ ERROR_MATERIALS,
} eLoadState;
U32 mState;