summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-04 17:19:57 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-04 17:19:57 -0700
commit4e9d9ebe8a480ffdd9e069388c1e9845477f5f66 (patch)
tree8bc71845e780624823afd4f2957d796648f506db /indra/newview/llworld.cpp
parent87fb36df1aa2bce666371f3d78f6c64b75e262b9 (diff)
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.
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r--indra/newview/llworld.cpp9
1 files changed, 0 insertions, 9 deletions
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 <deque>
#include <queue>
@@ -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;
- }
-
}