Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 32e94fadb0 - Show all commits

View File

@ -287,7 +287,7 @@ intval.frame = function (dir = null, time = null) {
intval._startBwd() intval._startBwd()
} }
if (time !== 0) { if (time !== 0) {
intval._state.micro.paused = true intval._state.frame.paused = true
setTimeout(intval._pause, intval._state.frame.open) setTimeout(intval._pause, intval._state.frame.open)
if (dir) { if (dir) {
log.info('frame', { pausing : time - intval._state.frame.open }) log.info('frame', { pausing : time - intval._state.frame.open })