summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep <none@none>2012-01-20 11:22:47 -0500
committerprep <none@none>2012-01-20 11:22:47 -0500
commit31b8a14827f269fe7b54364ca5c37226b08c6930 (patch)
tree9a6beb3b585a4b24c7041f17f0ff848a2efb8a6c /indra
parent154ed186eab7f6e57601cf7e08c927f3a860a9d8 (diff)
PATH-230 fix - opening the pathfinding floater busts ray casting
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewerwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 9212368971..8ef4743996 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -969,7 +969,6 @@ BOOL LLViewerWindow::handleAnyMouseClick(LLWindow *window, LLCoordGL pos, MASK
{
//The floater takes care of determining what stage - essentially where the data goes into the pathing packet(start or end)
pFloater->providePathingData( rayStart, rayEnd );
- return TRUE;
}
}
}