Skip to content

Commit 9fd9d30

Browse files
committed
Removed un-used file and tidying up.
1 parent e688c87 commit 9fd9d30

3 files changed

Lines changed: 3 additions & 77 deletions

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '4e29a680-5b3b-11e7-beb8-2fd7d9854f0e'
2+
build: '1eea1a70-5b41-11e7-93a3-65e728ed48e6'
33
};
44
module.exports = CHECKSUM;

v3/src/physics/impact/UpdateVelocity.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

v3/src/physics/impact/World.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ var World = new Class({
5252

5353
// Update all bodies
5454

55-
this.bodies.iterate(function (body) {
56-
55+
this.bodies.iterate(function (body)
56+
{
5757
if (body.enabled)
5858
{
5959
body.update(delta);
6060
}
61-
6261
});
6362

6463
// Run collision against them all

0 commit comments

Comments
 (0)