diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-25 13:14:37 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-25 13:14:37 -0700 |
commit | fc25972ef227c7fa89a6da0acb31854e36e35c25 (patch) | |
tree | ca543502f62ef7b002bee976dd2b9231a068c05a /indra/newview | |
parent | cbebd682f7b9b0cff120bc36d9db9bb170dc1b2a (diff) | |
parent | 93107482f7f0ca2df088125b20f51a338c569a34 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index b162ec422a..72e47f54a0 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4338,7 +4338,7 @@ void LLPipeline::renderDebug() { LLFloaterPathfindingConsole *pathfindingConsole = pathfindingConsoleHandle.get(); - if (pathfindingConsole->isShown()) + if ( pathfindingConsole->isShown() || gAgentCamera.cameraMouselook() ) { F32 ambiance = gSavedSettings.getF32("PathfindingAmbiance"); |