Skip to content
Snippets Groups Projects
Commit 58af94e0 authored by Todd Stinson's avatar Todd Stinson
Browse files
parents a33e2441 f5cebb27
No related branches found
No related tags found
No related merge requests found
...@@ -3661,6 +3661,9 @@ void LLAgent::setTeleportState(ETeleportState state) ...@@ -3661,6 +3661,9 @@ void LLAgent::setTeleportState(ETeleportState state)
// Let the interested parties know we've teleported. // Let the interested parties know we've teleported.
LLViewerParcelMgr::getInstance()->onTeleportFinished(false, getPositionGlobal()); LLViewerParcelMgr::getInstance()->onTeleportFinished(false, getPositionGlobal());
//Since we teleported into a new region, we need to cleanup up any navmesh residuals
if ( LLPathingLib::getInstance() ) { LLPathingLib::getInstance()->cleanupResidual(); }
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment