Fix incorrect fallback value

master
Ansariel 2024-08-27 00:01:22 +02:00
parent ed0eca6aed
commit 5ac7ad0da2
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ LLHUDEffectLookAt::LLHUDEffectLookAt(const U8 type) :
mLastSendTime(0.f),
//<FS:AO improve use of controls with radiogroups>
//mDebugLookAt( LLCachedControl<bool>(gSavedPerAccountSettings, "DebugLookAt", false))
mDebugLookAt( LLCachedControl<S32>(gSavedPerAccountSettings, "DebugLookAt", false))
mDebugLookAt( LLCachedControl<S32>(gSavedPerAccountSettings, "DebugLookAt", 0))
//</FS:AO>
{
clearLookAtTarget();