summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
authorprep <none@none>2012-01-24 16:09:26 -0500
committerprep <none@none>2012-01-24 16:09:26 -0500
commitd4c0c127b62499b72745de7f9df135ec0286cc13 (patch)
tree8bacac91a776d382cc904344ff8f853ddeaf2232 /indra/newview/llfloaterpathfindingconsole.h
parent3b4d841ee254186d881490cfadbdfbac6dcdf6ad (diff)
WIP: path-118
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index 7d8369c806..ed63a669ea 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -141,7 +141,8 @@ private:
LLLineEditor *mTerrainMaterialC;
LLLineEditor *mTerrainMaterialD;
- LLNavMeshDownloadObserver mNavMeshDownloadObserver;
+ LLNavMeshDownloadObserver mNavMeshDownloadObserver[10];
+ int mCurrentMDO;
//Container that is populated and subsequently submitted to the LLPathingSystem for processing
LLPathingLib::PathingPacket mPathData;