diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-08 01:49:09 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-08 01:49:09 -0500 |
commit | 0ce8e962399e6cd8e231b529d9741b033fa4aa8f (patch) | |
tree | cab79a2633edb964cee8edeabb364436055789dc /indra/newview | |
parent | 897a4668bd385fe73237c163284a6bc63353bf26 (diff) |
Minor DoF tweak to keep focus point from behaving eratically when flying around.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 8e4e6b5b07..bde35ee33d 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -3746,7 +3746,7 @@ LLViewerObject* LLViewerWindow::cursorIntersect(S32 mouse_x, S32 mouse_y, F32 de LLVector3 mouse_world_start = mouse_point_global; LLVector3 mouse_world_end = mouse_point_global + mouse_direction_global * depth; - //gDebugRaycastIntersection = mouse_world_end; + gDebugRaycastIntersection = mouse_world_end; if (start) { |