Fix a rare glitch where mouselook zoomed field of view would be maintained upon leaving mouselook
This commit is contained in:
@@ -780,6 +780,7 @@ void LLToolCompGun::handleSelect()
|
||||
void LLToolCompGun::handleDeselect()
|
||||
{
|
||||
LLToolComposite::handleDeselect();
|
||||
LLViewerCamera::getInstance()->loadDefaultFOV(); // Singu Note: Load Default FOV in case we were zoomed in
|
||||
setMouseCapture(FALSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user