Skip to content

Commit

Permalink
fix Demo.stress stability
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 8, 2015
1 parent 98ea7c7 commit d0fdd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/js/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit d0fdd29

Please sign in to comment.