diff options
author | prep <none@none> | 2012-05-01 10:54:00 -0400 |
---|---|---|
committer | prep <none@none> | 2012-05-01 10:54:00 -0400 |
commit | 87cba5a2b2ff662cb1b4d847b1ca3030ad53c960 (patch) | |
tree | 9147e40ef43bdf06d5f33c9f11f0a2ee2128a012 /indra/newview/llfloaterpathfindingconsole.h | |
parent | 4bb589bc2b49202f2140860f19d4de69efd14494 (diff) |
Path-494: Added support for culling permanent objects from the pathfinding window.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 72acc8a749..4af81698ff 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -126,6 +126,8 @@ private: void onCharacterWidthSet(); void onCharacterTypeSwitch(); void onClearPathClicked(); + void onRenderWorldMovablesOnly(); + void onNavMeshZoneCB(LLPathfindingNavMeshZone::ENavMeshZoneRequestStatus pNavMeshZoneRequestStatus); void onAgentStateCB(LLPathfindingManager::EAgentState pAgentState); void onRegionBoundaryCross(); @@ -219,6 +221,8 @@ private: boost::signals2::connection mSavedSettingWaterSlot; EConsoleState mConsoleState; + + std::vector<U32> mRenderableRestoreList; static LLHandle<LLFloaterPathfindingConsole> sInstanceHandle; }; |