Confarnit! Caught the same error in another place, was referencing a variable to an undefined variable.

This commit is contained in:
mmcw-dev 2017-10-20 20:08:43 -04:00
parent 6f73790f5a
commit 4d16ab8921
1 changed files with 1 additions and 1 deletions

View File

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