diff options
Diffstat (limited to 'indra/newview/llpathfindingpathtool.cpp')
-rw-r--r-- | indra/newview/llpathfindingpathtool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingpathtool.cpp b/indra/newview/llpathfindingpathtool.cpp index 11759f5523..3952b70da7 100644 --- a/indra/newview/llpathfindingpathtool.cpp +++ b/indra/newview/llpathfindingpathtool.cpp @@ -58,7 +58,8 @@ LLPathfindingPathTool::LLPathfindingPathTool() LLPathingLib::initSystem();
}
- mFinalPathData.mCharacterWidth = mCharacterWidth;
+ setCharacterWidth(mCharacterWidth);
+ setCharacterType(mCharacterType);
}
LLPathfindingPathTool::~LLPathfindingPathTool()
|