summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-08-09 17:10:17 -0400
committerprep linden <prep@lindenlab.com>2011-08-09 17:10:17 -0400
commit0405e91df31b7fed5d994a6d2526a1c5a5bc8c5c (patch)
tree0f7804384e853145b6698d14696e6313e9c14102 /indra/newview
parente384ccb5dacc8208506f8849553af66d87950f5c (diff)
Reports error of a non compatible dae to the log if not 1.4
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloatermodelpreview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp
index 333c0c0000..3aca0f7119 100644
--- a/indra/newview/llfloatermodelpreview.cpp
+++ b/indra/newview/llfloatermodelpreview.cpp
@@ -1402,8 +1402,8 @@ bool LLModelLoader::doLoadModel()
if ( docVersion != VERSIONTYPE_1_4_0 )
{
llinfos<<" Error with dae - unsupported dae version "<<llendl;
- setLoadState( ERROR_PARSING );
- return false;
+ //setLoadState( ERROR_PARSING );
+ //return false;
}