Skip to content

Commit ed8b5e4

Browse files
committed
Missed scale
1 parent b3fc2c0 commit ed8b5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/LimbPath.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ bool LimbPath::RestartFree(Vector& limbPos, MOID MOIDToIgnore, int ignoreTeam) {
379379

380380
if (IsStaticPoint()) {
381381
Vector notUsed;
382-
Vector targetPos = m_JointPos + RotatePoint(m_Start);
382+
Vector targetPos = m_JointPos + (RotatePoint(m_Start) * GetTotalScaleMultiplier());
383383
Vector beginPos = targetPos;
384384
// TODO: don't hardcode the beginpos
385385
beginPos.m_Y -= 24;

0 commit comments

Comments
 (0)