State.frame.current, not state.current.

This commit is contained in:
mmcwilliams 2017-11-23 09:23:05 -05:00
parent 320d3fe02f
commit e558b0387d
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ intval._stop = function () {
entry.start = intval._state.frame.start
entry.stop = now
entry.len = len
entry.dir = intval._state.current.dir
entry.dir = intval._state.frame.current.dir
entry.exposure = intval._state.frame.current.exposure
entry.counter = intval._state.counter