Skip to content

Commit d0fdd29

Browse files
committed
fix Demo.stress stability
1 parent 98ea7c7 commit d0fdd29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/js/Demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929

930930
Demo.reset();
931931

932-
var stack = Composites.stack(90, 30, 18, 15, 0, 0, function(x, y, column, row) {
932+
var stack = Composites.stack(90, 50, 18, 15, 0, 0, function(x, y, column, row) {
933933
return Bodies.rectangle(x, y, 35, 35);
934934
});
935935

0 commit comments

Comments
 (0)