We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0e19c commit 5c8fdadCopy full SHA for 5c8fdad
indra/newview/llhudeffectlookat.cpp
@@ -391,7 +391,7 @@ void LLHUDEffectLookAt::setTargetPosGlobal(const LLVector3d &target_pos_global)
391
// setLookAt()
392
// called by agent logic to set look at behavior locally, and propagate to sim
393
//-----------------------------------------------------------------------------
394
-bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject* object, LLVector3 position)
+bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject *object, LLVector3 position)
395
{
396
static LLCachedControl<bool> enable_lookat_hints(gSavedSettings, "EnableLookAtHints", true);
397
if (!enable_lookat_hints)
0 commit comments