mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 07:55:08 +02:00
further unmangle branch split
This commit is contained in:
parent
e571cb7ca4
commit
a78728c96b
1 changed files with 5 additions and 3 deletions
|
@ -62,6 +62,8 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
|
||||||
gotLock = withTryWriteLock([&]{
|
gotLock = withTryWriteLock([&]{
|
||||||
_positionalTarget = position;
|
_positionalTarget = position;
|
||||||
_rotationalTarget = rotation;
|
_rotationalTarget = rotation;
|
||||||
|
_positionalTargetSet = true;
|
||||||
|
_rotationalTargetSet = true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (gotLock) {
|
if (gotLock) {
|
||||||
|
|
Loading…
Reference in a new issue