diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 12:51:44 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 12:51:44 -0800 |
commit | 2cd52d43e5b4e185922b76f3d070931d698f1213 (patch) | |
tree | 0ea3a37e5e6c790717e3fa6383b5ec14e9030d7c /indra/newview/llfloaterpathfindingconsole.h | |
parent | 00c64bf14db9440fcd5eae8a6b7595dfc11d0bfe (diff) |
PATH-235: Rewiring a bit of the path generation code to remove extraneous error messages and to rebuild when the character width or the start point changes.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index e97e4d0933..f62fd9742b 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -122,6 +122,7 @@ private: void onTerrainMaterialBSet(); void onTerrainMaterialCSet(); void onTerrainMaterialDSet(); + void generatePath(); LLCheckBoxCtrl *mShowNavMeshCheckBox; LLCheckBoxCtrl *mShowExcludeVolumesCheckBox; @@ -143,6 +144,8 @@ private: //Container that is populated and subsequently submitted to the LLPathingSystem for processing LLPathingLib::PathingPacket mPathData; + bool mHasStartPoint; + bool mHasEndPoint; }; #endif // LL_LLFLOATERPATHFINDINGCONSOLE_H |