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 a71deca9e3 - Show all commits

View File

@ -201,7 +201,7 @@ intval._stop = function () {
entry.dir = intval._state.frame.current.dir ? 1 : 0 entry.dir = intval._state.frame.current.dir ? 1 : 0
entry.exposure = intval._state.frame.current.exposure entry.exposure = intval._state.frame.current.exposure
entry.counter = intval._state.counter entry.counter = intval._state.counter
entry.sequence = intbal._state.sequence ? 1 : 0 entry.sequence = intval._state.sequence ? 1 : 0
db.insert(entry) db.insert(entry)