From 31b8a14827f269fe7b54364ca5c37226b08c6930 Mon Sep 17 00:00:00 2001 From: prep Date: Fri, 20 Jan 2012 11:22:47 -0500 Subject: PATH-230 fix - opening the pathfinding floater busts ray casting --- indra/newview/llviewerwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview') 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; } } } -- cgit v1.2.3