summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-01-03 00:35:38 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-01-03 00:35:38 +0200
commit3b932c27b7b1009ef404da5a7e0613d9cd3e7bf5 (patch)
tree711142fcbe7560155b6d8ff0418d57d3e7c78d74 /indra/newview/llfloatermodelpreview.h
parenta3b3ad727f53aa280ffbcc1b61ccfbb48e988708 (diff)
SL-10288 Mesh uploader changes from Firestorm
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index 7ec6a58ac7..564f4c39de 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -152,6 +152,7 @@ protected:
static void onAutoFillCommit(LLUICtrl*,void*);
void onLODParamCommit(S32 lod, bool enforce_tri_limit);
+ void draw3dPreview();
static void onExplodeCommit(LLUICtrl*, void*);
@@ -310,6 +311,7 @@ public:
static bool sIgnoreLoadedCallback;
std::vector<S32> mLodsQuery;
std::vector<S32> mLodsWithParsingError;
+ bool mHasDegenerate;
protected: