diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-06 18:11:28 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-06 18:11:28 +0300 | 
| commit | 30d5e0df14909f3f6422d91953d50f21b4bdedf2 (patch) | |
| tree | de092c12097d313afb215dc930d51c3bedd7d053 | |
| parent | 8006d0e628994210ed30a63b20e824d0691386f9 (diff) | |
MAINT-6800 FIXED Using Snapshot Freeze Frame option causes several issues
| -rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index ff7594a531..b5ba64716d 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1375,7 +1375,7 @@ const LLVector3d& LLFloaterSnapshotBase::getPosTakenGlobal()  // static  void LLFloaterSnapshot::setAgentEmail(const std::string& email)  { -	LLFloaterSnapshot* instance = getInstance(); +	LLFloaterSnapshot* instance = findInstance();  	if (instance)  	{  		LLSideTrayPanelContainer* panel_container = instance->getChild<LLSideTrayPanelContainer>("panel_container"); | 
