mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02:00
code review
This commit is contained in:
parent
462918ffcf
commit
0964180f2c
1 changed files with 3 additions and 3 deletions
|
@ -74,9 +74,9 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
|
||||||
_rotationalTargetSet = true;
|
_rotationalTargetSet = true;
|
||||||
_active = true;
|
_active = true;
|
||||||
});
|
});
|
||||||
}
|
if (gotLock) {
|
||||||
if (gotLock) {
|
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
||||||
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue