bugfixes 🐛

This commit is contained in:
Jannis R 2017-05-16 03:44:53 +02:00
parent 3e9be845aa
commit 86a8e2300a
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -194,8 +194,8 @@ const movement = (tz, l, ln, r) => (m) => {
if (m.ani && Array.isArray(m.ani.mSec))
for (let i = 0; i < m.ani.mSec.length; i++)
result.frames.push({
from: l[m.ani.fLocX[i]],
to: l[m.ani.tLocX[i]],
origin: l[m.ani.fLocX[i]],
destination: l[m.ani.tLocX[i]],
t: m.ani.mSec[i]
})
return result