We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e501e50 commit cd04948Copy full SHA for cd04948
Source/Entities/LimbPath.h
@@ -374,7 +374,7 @@ namespace RTE {
374
// The iterator to the segment of the path that the limb ended up on the end of
375
std::deque<Vector>::iterator m_CurrentSegment;
376
377
- unsigned int m_FootCollisionsDisabledSegment; //!< The segment after which foot collisions will be disabled for this limbpath, if it's for legs.
+ int m_FootCollisionsDisabledSegment; //!< The segment after which foot collisions will be disabled for this limbpath, if it's for legs.
378
379
// Normalized measure of how far the limb has progressed toward the
380
// current segment's target. 0.0 means its farther away than the
0 commit comments