From 5ac7ad0da2814fd04f8a5a0b254b8f81cd2fa819 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 27 Aug 2024 00:01:22 +0200 Subject: [PATCH] Fix incorrect fallback value --- indra/newview/llhudeffectlookat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llhudeffectlookat.cpp b/indra/newview/llhudeffectlookat.cpp index 9fd3e4d697..b7f3235c7f 100644 --- a/indra/newview/llhudeffectlookat.cpp +++ b/indra/newview/llhudeffectlookat.cpp @@ -250,7 +250,7 @@ LLHUDEffectLookAt::LLHUDEffectLookAt(const U8 type) : mLastSendTime(0.f), // //mDebugLookAt( LLCachedControl(gSavedPerAccountSettings, "DebugLookAt", false)) - mDebugLookAt( LLCachedControl(gSavedPerAccountSettings, "DebugLookAt", false)) + mDebugLookAt( LLCachedControl(gSavedPerAccountSettings, "DebugLookAt", 0)) // { clearLookAtTarget();