removed whitespace

This commit is contained in:
amantley 2018-08-07 12:51:23 -07:00
parent a61909446a
commit 4ad73fd821
3 changed files with 0 additions and 4 deletions

View file

@ -26,7 +26,6 @@ AnimBlendLinearMove::~AnimBlendLinearMove() {
}
static float calculateAlpha(const float speed, const std::vector<float>& characteristicSpeeds) {
assert(characteristicSpeeds.size() > 0);
@ -112,7 +111,6 @@ const AnimPoseVec& AnimBlendLinearMove::getPosesInternal() const {
return _poses;
}
void AnimBlendLinearMove::evaluateAndBlendChildren(const AnimVariantMap& animVars, const AnimContext& context, AnimVariantMap& triggersOut, float alpha,
size_t prevPoseIndex, size_t nextPoseIndex,
float prevDeltaTime, float nextDeltaTime) {

View file

@ -940,7 +940,6 @@ void Rig::computeMotionAnimationState(float deltaTime, const glm::vec3& worldPos
}
}
_lastEnableInverseKinematics = _enableInverseKinematics;
}
_lastForward = forward;

View file

@ -225,7 +225,6 @@ public:
const std::map<QString, float> getAnimStack() { return _animNode->getAnimStack(); }
void toggleSmoothPoleVectors() { _smoothPoleVectors = !_smoothPoleVectors; };
signals:
void onLoadComplete();