diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-18 17:23:15 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-18 17:23:15 -0800 |
commit | 496fa2ea87fbfa835be18f6998475175a417ea52 (patch) | |
tree | 030842c9769b9f88ca0731bcccec868694d22f38 /indra/newview/llviewerdisplay.cpp | |
parent | f88a8f6f46d9b4e9e628a910e941787d327adf5d (diff) |
Changing the camel case of Navmesh to be NavMesh.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 85896c74dd..8549306ffb 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -912,7 +912,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) {
allowPathToBeDrawn = true;
}
- //Navmesh
+ //NavMesh
if ( LLPathingLib::getInstance()->getRenderNavMeshState() )
{
glClearColor(0.0f, 0.0f, 0.0f, 0.5f);
|