From 7ba4f9a27fc3dce65bf8b30c3240c62efadeb2b4 Mon Sep 17 00:00:00 2001 From: livie Date: Mon, 22 Dec 2025 17:16:22 +0200 Subject: [PATCH] typo2 --- indra/newview/llagent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)