diff options
| author | prep <prep@lindenlab.com> | 2012-04-04 16:09:55 -0400 | 
|---|---|---|
| committer | prep <prep@lindenlab.com> | 2012-04-04 16:09:55 -0400 | 
| commit | 2ded81109ca32d88cffe86df25879250f657f187 (patch) | |
| tree | 64668023884ccbb8b506032b3706aa87ce071485 | |
| parent | 499a43df65a49fd667fb666015b8900a4fd6aa6b (diff) | |
remove debug comment
| -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 6422e3cbf4..4e7217735a 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -382,7 +382,7 @@ LLFloaterPathfindingConsole::ERenderHeatmapType LLFloaterPathfindingConsole::get  		llassert(0);  		break;  	} -	//prep# +  	LLPathingLib::getInstance()->rebuildNavMesh( getHeatMapType() );  	return renderHeatmapType;  } | 
