summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-06-13 11:08:07 -0400
committerprep <none@none>2012-06-13 11:08:07 -0400
commitd7b9af3ab398aedde1229e081c2b245c20a3c6d5 (patch)
tree6badeaf26f5494f258cfd624bdf5b2692fd4429d /indra/newview/llpathfindingmanager.cpp
parentde1e1db9600a03ab5b0dc3f04a5bdcee30632f05 (diff)
path-724: xml navmesh rebake button
Diffstat (limited to 'indra/newview/llpathfindingmanager.cpp')
-rw-r--r--indra/newview/llpathfindingmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingmanager.cpp b/indra/newview/llpathfindingmanager.cpp
index 6d0629698a..278269b2fa 100644
--- a/indra/newview/llpathfindingmanager.cpp
+++ b/indra/newview/llpathfindingmanager.cpp
@@ -318,7 +318,7 @@ void LLPathfindingManager::requestGetNavMeshForRegion(LLViewerRegion *pRegion)
LLPathfindingNavMeshPtr navMeshPtr = getNavMeshForRegion(pRegion);
//prep#s#test
LLView* rootp = LLUI::getRootView();
- LLPanel* panel_nmr_container = rootp->getChild<LLPanel>("navmesh_rebake_container");
+ LLPanel* panel_nmr_container = rootp->getChild<LLPanel>("navmesh_rebake_container");
LLPanelNavMeshRebake* panel_namesh_rebake = LLPanelNavMeshRebake::getInstance();
panel_nmr_container->addChild( panel_namesh_rebake );
panel_nmr_container->setVisible( TRUE );