mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-26 13:49:01 -05:00
fix Demo.stress stability
This commit is contained in:
parent
98ea7c7955
commit
d0fdd2982b
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@
|
||||||
|
|
||||||
Demo.reset();
|
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);
|
return Bodies.rectangle(x, y, 35, 35);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue