Skip to content

Commit

Permalink
fix bug in Composites.stack when skipping bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 21, 2015
1 parent 998ab33 commit b34669e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/factory/Composites.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ var Composites = {};

lastBody = body;
i += 1;
} else {
x += columnGap;
}
}

Expand Down

0 comments on commit b34669e

Please sign in to comment.