mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 08:57:12 +02:00
Merge pull request #15938 from hyperlogic/bug-fix/anim-warning-fixes
Warning fixes for MacOSX
This commit is contained in:
commit
7d393e8cd4
2 changed files with 1 additions and 2 deletions
|
@ -431,7 +431,6 @@ void AnimInverseKinematics::solveTargetWithCCD(const AnimContext& context, const
|
|||
constrained = constraint->apply(tipRelativeRotation);
|
||||
if (constrained) {
|
||||
tipOrientation = tipParentOrientation * tipRelativeRotation;
|
||||
tipRelativeRotation = tipRelativeRotation;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <gl/Config.h>
|
||||
|
||||
#include <QtCore/QThread.h>
|
||||
#include <QThread>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtOpenGL/QGLWidget>
|
||||
#include <GLMHelpers.h>
|
||||
|
|
Loading…
Reference in a new issue