Skip to content
Snippets Groups Projects
Commit cc49d9d1 authored by prep's avatar prep
Browse files

Fix for path-506. Removed usevbo flag from stitchnavmesh api

parent 4888f7d3
Branches
Tags
No related merge requests found
...@@ -321,7 +321,7 @@ void LLPathfindingNavMeshZone::updateStatus() ...@@ -321,7 +321,7 @@ void LLPathfindingNavMeshZone::updateStatus()
llassert(LLPathingLib::getInstance() != NULL); llassert(LLPathingLib::getInstance() != NULL);
if (LLPathingLib::getInstance() != NULL) if (LLPathingLib::getInstance() != NULL)
{ {
LLPathingLib::getInstance()->stitchNavMeshes( gSavedSettings.getBOOL("EnableVBOForNavMeshVisualization") ); LLPathingLib::getInstance()->stitchNavMeshes();
} }
#ifdef XXX_STINSON_DEBUG_NAVMESH_ZONE #ifdef XXX_STINSON_DEBUG_NAVMESH_ZONE
llinfos << "STINSON DEBUG: Navmesh zone update stitching is done" << llendl; llinfos << "STINSON DEBUG: Navmesh zone update stitching is done" << llendl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment