summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-04-04 11:35:45 -0400
committerprep <none@none>2012-04-04 11:35:45 -0400
commit59f57a7b67ba200135b8a2d2c8904b4168edbb32 (patch)
treed802ec84318cfc0f224c3f191243c428b02c75f3 /indra/newview/llfloaterpathfindingconsole.cpp
parent382c4bdfeb8350aeea1363b4ca8e01bf233a08be (diff)
Support for navmesh vbo. Navmesh vb supports heat map.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index c981ca6c5d..6422e3cbf4 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -382,7 +382,8 @@ LLFloaterPathfindingConsole::ERenderHeatmapType LLFloaterPathfindingConsole::get
llassert(0);
break;
}
-
+ //prep#
+ LLPathingLib::getInstance()->rebuildNavMesh( getHeatMapType() );
return renderHeatmapType;
}