diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 11d9861f95..a881036735 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4111,7 +4111,7 @@ void LLAgent::initOriginGlobal(const LLVector3d &origin_global) bool LLAgent::leftButtonGrabbed() const { - static LLCachedControl fsTrishMouseLookFix(gSavedSettings, "FSTristMouseLookFix"); + static LLCachedControl fsTrishMouseLookFix(gSavedSettings, "FSTrishMouseLookFix"); const bool camera_mouse_look = gAgentCamera.cameraMouselook(); if (fsTrishMouseLookFix)