0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

fix bug in Composites.stack when skipping bodies

This commit is contained in:
liabru 2015-04-21 21:08:15 +01:00
parent 998ab33c07
commit b34669ed69

View file

@ -49,6 +49,8 @@ var Composites = {};
lastBody = body;
i += 1;
} else {
x += columnGap;
}
}