diff options
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 7f8e269459..8f4b7d625e 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -109,6 +109,7 @@ private: void onClearPathClicked(); void generatePath(); + void updatePathTestStatus(); LLRootHandle<LLFloaterPathfindingConsole> mSelfHandle; LLCheckBoxCtrl *mShowNavMeshCheckBox; @@ -121,6 +122,7 @@ private: LLTabContainer *mEditTestTabContainer; LLSliderCtrl *mCharacterWidthSlider; LLRadioGroup *mCharacterTypeRadioGroup; + LLTextBase *mPathTestingStatus; LLNavMeshDownloadObserver mNavMeshDownloadObserver[10]; int mCurrentMDO; |