mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:30:38 +02:00
fix bad merge
This commit is contained in:
parent
4f29156da1
commit
c1206ca73d
1 changed files with 0 additions and 3 deletions
|
@ -109,9 +109,6 @@ Avatar::Avatar(RigPointer rig) :
|
||||||
|
|
||||||
Avatar::~Avatar() {
|
Avatar::~Avatar() {
|
||||||
assert(isDead()); // mark dead before calling the dtor
|
assert(isDead()); // mark dead before calling the dtor
|
||||||
for(auto attachment : _unusedAttachments) {
|
|
||||||
delete attachment;
|
|
||||||
}
|
|
||||||
if (_motionState) {
|
if (_motionState) {
|
||||||
delete _motionState;
|
delete _motionState;
|
||||||
_motionState = nullptr;
|
_motionState = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue