mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Correct set avatar-scale timestamp when changing in Avatar class
This commit is contained in:
parent
719919d3fd
commit
9cb53af023
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ void Avatar::setTargetScale(float targetScale) {
|
|||
if (_targetScale != newValue) {
|
||||
_targetScale = newValue;
|
||||
_scaleChanged = usecTimestampNow();
|
||||
_avatarScaleChanged = _scaleChanged;
|
||||
_isAnimatingScale = true;
|
||||
|
||||
emit targetScaleChanged(targetScale);
|
||||
|
|
Loading…
Reference in a new issue