Fix motion trail scale not updating with no selection
This commit is contained in:
parent
2ae9c926b1
commit
abc355f52a
@ -1597,7 +1597,7 @@ const Animator = {
|
||||
}
|
||||
}
|
||||
Blockbench.on('update_camera_position', e => {
|
||||
if (Animator.open && settings.motion_trails.value && Group.selected) {
|
||||
if (Animator.open && settings.motion_trails.value && (Group.selected || Animator.motion_trail_lock)) {
|
||||
Animator.updateMotionTrailScale();
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user