0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-25 13:39:06 -05:00

fix Demo.stress stability

This commit is contained in:
liabru 2015-04-09 00:01:33 +01:00
parent 98ea7c7955
commit d0fdd2982b

View file

@ -929,7 +929,7 @@
Demo.reset();
var stack = Composites.stack(90, 30, 18, 15, 0, 0, function(x, y, column, row) {
var stack = Composites.stack(90, 50, 18, 15, 0, 0, function(x, y, column, row) {
return Bodies.rectangle(x, y, 35, 35);
});