From fa103a69f9e8f0b0073dcff8752f9f31d4f9df10 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Wed, 3 Sep 2014 21:49:08 -0400 Subject: [PATCH] I like jackals. --- indra/newview/lltoolmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltoolmgr.cpp b/indra/newview/lltoolmgr.cpp index 3fcfd88d4..542256af0 100644 --- a/indra/newview/lltoolmgr.cpp +++ b/indra/newview/lltoolmgr.cpp @@ -332,7 +332,7 @@ void LLToolMgr::toggleBuildMode() if (gFocusMgr.getKeyboardFocus()) gFloaterTools->setFocus(true); // Focus isn't on the world, give it to the build tools. } -.. else if (gFloaterTools->getVisible() && !gFloaterTools->hasFocus() && gFocusMgr.getKeyboardFocus()) // Build tools is open, but not the focused floater, give it focus. + else if (gFloaterTools->getVisible() && !gFloaterTools->hasFocus() && gFocusMgr.getKeyboardFocus()) // Build tools is open, but not the focused floater, give it focus. { gFloaterTools->setFocus(true); }