Update kute-dev.js

This commit is contained in:
thednp 2015-09-27 23:35:49 +03:00
parent fad2ff91bc
commit f3353235c2

View file

@ -214,8 +214,8 @@
var _start = w._vS[p],
_end = w._vE[p],
v1 = _start.value||0,
v2 = _end.value||0,
v1 = _start.value ? _start.value : 0,
v2 = _end.value ? _end.value : 0,
tv = v1 + (v2 - v1) * v,
u = _end.unit,
// checking array on every frame takes time so let's cache these