Setting camera toolset as current sticks us into build mode (??)... Avoid when taking snapshots.
This commit is contained in:
@@ -272,7 +272,8 @@ void LLToolMgr::updateToolStatus()
|
||||
|
||||
bool LLToolMgr::inEdit()
|
||||
{
|
||||
return mBaseTool != LLToolPie::getInstance() && mBaseTool != gToolNull;
|
||||
static const LLCachedControl<bool> freeze_time("FreezeTime",false);
|
||||
return mBaseTool != LLToolPie::getInstance() && mBaseTool != gToolNull && (mCurrentToolset != gCameraToolset || !freeze_time);
|
||||
}
|
||||
|
||||
bool LLToolMgr::canEdit()
|
||||
|
||||
Reference in New Issue
Block a user