diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index efa3a592e0eea038344044801e5f58e31db575c4..3bf316fdf6de8cc425f33998ac8e53b798b46d81 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -557,8 +557,9 @@ void LLFloaterPathfindingConsole::providePathingData( const LLVector3& point1, c
 		break;
 
 	case kPathSelectEndPoint :
-		mPathData.mStartPointB	= point1;
-		mPathData.mEndPointB	= point2;		
+		mPathData.mStartPointB		= point1;
+		mPathData.mEndPointB		= point2;		
+		mPathData.mCharacterWidth	= getCharacterWidth();
 		//prep#TODO# possibly consider an alternate behavior - perhaps add a "path" button to submit the data.
 		LLPathingLib::getInstance()->generatePath( mPathData );
 		break;