Skip to content

Commit

Permalink
formatting merge
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 23, 2015
1 parent 1b8574a commit d4cbdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ var Body = require('../body/Body');
if (gravity.x === 0 && gravity.y === 0) {
return;
}

for (var i = 0; i < bodies.length; i++) {
var body = bodies[i];

Expand Down

0 comments on commit d4cbdbb

Please sign in to comment.