File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ void ChaseMovementGenerator<T>::_setTargetLocation(T &owner)
127127 }
128128 }
129129 // prevent redundant micro-movement for pets, other followers.
130- else if (!i_target->IsMoving () && owner.movespline ->Finalized () && !IsFarEnoughToMoveStationaryFollower (owner))
130+ else if (!i_target->IsMoving () && owner.movespline ->Finalized () && !this -> IsFarEnoughToMoveStationaryFollower (owner))
131131 {
132132 return ;
133133 }
@@ -592,7 +592,7 @@ void FollowMovementGenerator<T>::_setTargetLocation(T &owner)
592592
593593
594594 // prevent redundant micro-movement for pets, other followers.
595- if (!i_target->IsMoving () && owner.movespline ->Finalized () && !IsFarEnoughToMoveStationaryFollower (owner))
595+ if (!i_target->IsMoving () && owner.movespline ->Finalized () && !this -> IsFarEnoughToMoveStationaryFollower (owner))
596596 return ;
597597
598598 // to at m_fOffset distance from target and m_fAngle from target facing
You can’t perform that action at this time.
0 commit comments