From 32a01cd80ec7935d1934ba0dcafa862e644d577b 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 a87673aab8..9bf752db19 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4089,7 +4089,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)