tweenjs / es6-tween

ES6 version of tween.js
MIT License
186 stars 34 forks source link

Mark TWEEN.update()'s time parameter as optional. #48

Closed MarkLodato closed 6 years ago

MarkLodato commented 6 years ago

The code already allowed time to be undefined. This commit updates the documentation and typing to match.

dalisoft commented 6 years ago

Thanks, i fixed issue by using your code