diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-01-18 17:23:15 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-18 17:23:15 -0800 |
| commit | 496fa2ea87fbfa835be18f6998475175a417ea52 (patch) | |
| tree | 030842c9769b9f88ca0731bcccec868694d22f38 /indra/newview/llfloaterpathfindingconsole.h | |
| parent | f88a8f6f46d9b4e9e628a910e941787d327adf5d (diff) | |
Changing the camel case of Navmesh to be NavMesh.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 9f9774b66b..c01ae286eb 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -107,7 +107,7 @@ private: virtual void onOpen(const LLSD& pKey);
- void onShowNavmeshToggle();
+ void onShowNavMeshToggle();
void onShowExcludeVolumesToggle();
void onShowPathToggle();
void onShowWaterPlaneToggle();
@@ -116,14 +116,14 @@ private: void onCharacterWidthSet();
void onCharacterTypeSwitch();
void onViewEditLinksetClicked();
- void onRebuildNavmeshClicked();
- void onRefreshNavmeshClicked();
+ void onRebuildNavMeshClicked();
+ void onRefreshNavMeshClicked();
void onTerrainMaterialASet();
void onTerrainMaterialBSet();
void onTerrainMaterialCSet();
void onTerrainMaterialDSet();
- LLCheckBoxCtrl *mShowNavmeshCheckBox;
+ LLCheckBoxCtrl *mShowNavMeshCheckBox;
LLCheckBoxCtrl *mShowExcludeVolumesCheckBox;
LLCheckBoxCtrl *mShowPathCheckBox;
LLCheckBoxCtrl *mShowWaterPlaneCheckBox;
@@ -136,7 +136,7 @@ private: LLLineEditor *mTerrainMaterialC;
LLLineEditor *mTerrainMaterialD;
- LLNavMeshDownloadObserver mNavmeshDownloadObserver;
+ LLNavMeshDownloadObserver mNavMeshDownloadObserver;
//Container that is populated and subsequently submitted to the LLPathingSystem for processing
LLPathingLib::PathingPacket mPathData;
|
