diff options
author | prep <none@none> | 2012-02-17 11:01:48 -0500 |
---|---|---|
committer | prep <none@none> | 2012-02-17 11:01:48 -0500 |
commit | 399d0da9ef5802e85894e8d7e6e52e893653e24c (patch) | |
tree | 318652cec6d49f754c3ff90c460d6e6c138e647d /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | d4f71fd29da06e3f3c0ca39d611196b11baf62b7 (diff) |
Path-317: debug option to enable vbo rendering of navmeshes
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index c54f6a1ffe..5db052e448 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -397,7 +397,7 @@ void LLFloaterPathfindingConsole::setHasNavMeshReceived() --mNavMeshCnt;
if ( mNavMeshCnt == 0 )
{
- LLPathingLib::getInstance()->stitchNavMeshes();
+ LLPathingLib::getInstance()->stitchNavMeshes( gSavedSettings.getBOOL("EnableVBOForNavMeshVisualization") );
}
}
|