summaryrefslogtreecommitdiff
path: root/indra/llprimitive/lldaeloader.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-07-02 23:18:05 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-07-03 00:32:58 +0300
commit5a0bbdc510d3aef452b30aa932588aa7dc630d22 (patch)
tree0bb244675919d84dc4c1883b6368c22918535501 /indra/llprimitive/lldaeloader.h
parent55a79ec56ba955955736b9ffa2e7d470712f871b (diff)
#4242 Debug dump improvement
for better comparison with collada output
Diffstat (limited to 'indra/llprimitive/lldaeloader.h')
-rw-r--r--indra/llprimitive/lldaeloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/lldaeloader.h b/indra/llprimitive/lldaeloader.h
index dc20feca52..400277d902 100644
--- a/indra/llprimitive/lldaeloader.h
+++ b/indra/llprimitive/lldaeloader.h
@@ -59,6 +59,7 @@ public:
std::map<std::string, std::string, std::less<>>& jointAliasMap,
U32 maxJointsPerMesh,
U32 modelLimit,
+ U32 debugMode,
bool preprocess);
virtual ~LLDAELoader() ;
@@ -103,7 +104,6 @@ protected:
static std::string preprocessDAE(std::string filename);
private:
- U32 mGeneratedModelLimit; // Attempt to limit amount of generated submodels
bool mPreprocessDAE;
};