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 2 additions and 0 deletions
Showing only changes of commit ca8f6b2be9 - Show all commits

View File

@ -292,11 +292,13 @@ intval.frame = function (dir = null, time = null) {
if (dir) {
log.info('frame', { pausing : time - intval._state.frame.open })
setTimeout( () => {
log.info('frame', 'restarting')
intval._state.frame.paused = false
intval._startFwd()
}, time - intval._state.frame.open)
} else {
setTimeout( () => {
log.info('frame', 'restarting')
intval._state.frame.paused = false
intval._startBwd()
}, time - intval._state.frame.open)