mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 00:13:10 +02:00
Merge branch 'ragdoll' of ssh://github.com/AndrewMeadows/hifi into ragdoll
This commit is contained in:
commit
c2f4648ad7
1 changed files with 2 additions and 4 deletions
|
@ -31,10 +31,8 @@ SkeletonModel::SkeletonModel(Avatar* owningAvatar, QObject* parent) :
|
|||
}
|
||||
|
||||
SkeletonModel::~SkeletonModel() {
|
||||
if (_ragdoll) {
|
||||
delete _ragdoll;
|
||||
_ragdoll = NULL;
|
||||
}
|
||||
delete _ragdoll;
|
||||
_ragdoll = NULL;
|
||||
}
|
||||
|
||||
void SkeletonModel::setJointStates(QVector<JointState> states) {
|
||||
|
|
Loading…
Reference in a new issue