That was the wrong variable as well
This commit is contained in:
parent
58267bf71c
commit
32e94fadb0
|
@ -287,7 +287,7 @@ intval.frame = function (dir = null, time = null) {
|
|||
intval._startBwd()
|
||||
}
|
||||
if (time !== 0) {
|
||||
intval._state.micro.paused = true
|
||||
intval._state.frame.paused = true
|
||||
setTimeout(intval._pause, intval._state.frame.open)
|
||||
if (dir) {
|
||||
log.info('frame', { pausing : time - intval._state.frame.open })
|
||||
|
|
Loading…
Reference in New Issue