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:
parent
98ea7c7955
commit
d0fdd2982b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue