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

path-150: supply characterwidth to LLPathingLibrary:

parent ce49cbc0
No related branches found
No related tags found
No related merge requests found
...@@ -557,8 +557,9 @@ void LLFloaterPathfindingConsole::providePathingData( const LLVector3& point1, c ...@@ -557,8 +557,9 @@ void LLFloaterPathfindingConsole::providePathingData( const LLVector3& point1, c
break; break;
case kPathSelectEndPoint : case kPathSelectEndPoint :
mPathData.mStartPointB = point1; mPathData.mStartPointB = point1;
mPathData.mEndPointB = point2; mPathData.mEndPointB = point2;
mPathData.mCharacterWidth = getCharacterWidth();
//prep#TODO# possibly consider an alternate behavior - perhaps add a "path" button to submit the data. //prep#TODO# possibly consider an alternate behavior - perhaps add a "path" button to submit the data.
LLPathingLib::getInstance()->generatePath( mPathData ); LLPathingLib::getInstance()->generatePath( mPathData );
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment