diff options
author | prep <prep@lindenlab.com> | 2012-03-14 16:13:09 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-03-14 16:13:09 -0400 |
commit | 2a1eedf98e9b4f48636fbe082c2ffa43f265a714 (patch) | |
tree | 86f0bbf2d871d96981b13c78778c122383c51fbd /indra | |
parent | e1aac3718192d7ce663f9134492b4a12dc1637d0 (diff) |
Added flush support to navmesh havok display wrapper and made lines a bit thicker.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 28d59785d3..f0c5342425 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4335,7 +4335,7 @@ void LLPipeline::renderDebug() //NavMesh
if ( pathfindingConsole->isRenderNavMesh() )
{
- glLineWidth(1.5f);
+ glLineWidth(2.0f);
LLGLEnable cull(GL_CULL_FACE);
if ( pathfindingConsole->isRenderWorld() )
{
|