From 4e9d9ebe8a480ffdd9e069388c1e9845477f5f66 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Wed, 4 Apr 2012 17:19:57 -0700 Subject: PATH-445,PATH-452: Adding functionality to reload the navmesh on region boundary crossing. Also, correcting how the region boundary crossing is detected to make it more accurate. --- indra/newview/llworld.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'indra/newview/llworld.cpp') diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index e508f768b4..936bafb488 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -55,7 +55,6 @@ #include "message.h" #include "pipeline.h" #include "llappviewer.h" // for do_disconnect() -#include "llfloaterpathfindingconsole.h" #include #include @@ -1092,14 +1091,6 @@ void process_region_handshake(LLMessageSystem* msg, void** user_data) } regionp->unpackRegionHandshake(); - - LLFloaterPathfindingConsole* pWindow = LLFloaterPathfindingConsole::getInstanceHandle().get(); - if ( pWindow && pWindow->getHeartBeat() ) - { - pWindow->regionCrossingOccured(); - return; - } - } -- cgit v1.2.3