diff options
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 1 |
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;
}
}
}
|