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 4d16ab8921 - Show all commits

View File

@ -268,7 +268,7 @@ intval.frame = function (dir = null, time = null) {
} }
if (time === null && intval._state.frame.time !== 0) { if (time === null && intval._state.frame.time !== 0) {
time = intval._state.time time = intval._state.frame.time
} else if (time === null) { } else if (time === null) {
time = 0 //default speed time = 0 //default speed
} }