diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2011-04-01 15:05:17 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2011-04-01 15:05:17 -0700 | 
| commit | 0dd0758ab9114c53a274ff707d626c8fe5e7afb0 (patch) | |
| tree | d70792d972ed25b64d0cd1d07744883b5270be0f | |
| parent | 793ff1c94a7e434edcc3fcfb3f570172bed01262 (diff) | |
SH-1269: Using SLM breaks upload model wizard
| -rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index ff687386de..a808cc47a2 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -1885,6 +1885,8 @@ bool LLModelLoader::loadFromSLM(const std::string& filename)  		mScene[cur_instance.mTransform].push_back(cur_instance);  		stretch_extents(cur_instance.mModel, cur_instance.mTransform, mExtents[0], mExtents[1], mFirstTransform);  	} +	 +	setLoadState( DONE );  	return true;  } | 
