Correct set avatar-scale timestamp when changing in Avatar class

This commit is contained in:
Simon Walton 2018-12-19 16:13:12 -08:00
parent 719919d3fd
commit 9cb53af023

View file

@ -295,6 +295,7 @@ void Avatar::setTargetScale(float targetScale) {
if (_targetScale != newValue) {
_targetScale = newValue;
_scaleChanged = usecTimestampNow();
_avatarScaleChanged = _scaleChanged;
_isAnimatingScale = true;
emit targetScaleChanged(targetScale);