diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-22 11:50:06 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-22 11:50:06 -0700 |
commit | 4f3a748b5b4dfb3581e3a4ccdc90ad56e2e3ad3d (patch) | |
tree | 5a6537713dbc0114eb72fbaf4381f58d31cd1f26 /indra/newview/llfloaterpathfindingconsole.h | |
parent | 8b7b9ce31c7f055708501f788ef4ed2241a2c126 (diff) |
PATH-649: BUGFIX Re-initializing the navmesh zone following a teleport failure.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 8acd0fa53e..edbeae2012 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -202,6 +202,7 @@ private: LLPathfindingManager::agent_state_slot_t mAgentStateSlot; boost::signals2::connection mRegionBoundarySlot; + boost::signals2::connection mTeleportFailedSlot; LLPathfindingPathTool::path_event_slot_t mPathEventSlot; LLToolset *mPathfindingToolset; |