Merge pull request #15938 from hyperlogic/bug-fix/anim-warning-fixes

Warning fixes for MacOSX
This commit is contained in:
Shannon Romano 2019-07-16 14:40:10 -07:00 committed by GitHub
commit 7d393e8cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -431,7 +431,6 @@ void AnimInverseKinematics::solveTargetWithCCD(const AnimContext& context, const
constrained = constraint->apply(tipRelativeRotation);
if (constrained) {
tipOrientation = tipParentOrientation * tipRelativeRotation;
tipRelativeRotation = tipRelativeRotation;
}
}

View file

@ -11,7 +11,7 @@
#include <gl/Config.h>
#include <QtCore/QThread.h>
#include <QThread>
#include <QtWidgets/QMainWindow>
#include <QtOpenGL/QGLWidget>
#include <GLMHelpers.h>