Skip to content

Commit d22b1b4

Browse files
committed
updated edge build
1 parent 536e55f commit d22b1b4

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

build/matter.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* matter.js edge-master 2015-06-29
2+
* matter.js edge-master 2015-07-02
33
* http://brm.io/matter-js/
44
* License: MIT
55
*/
@@ -2789,6 +2789,7 @@ var Resolver = {};
27892789
normal,
27902790
bodyBtoA,
27912791
contactShare,
2792+
positionImpulse,
27922793
contactCount = {},
27932794
tempA = Vector._temp[0],
27942795
tempB = Vector._temp[1],
@@ -6337,7 +6338,7 @@ var Svg = {};
63376338
var i, il, total, point, segment, segments,
63386339
segmentsQueue, lastSegment,
63396340
lastPoint, segmentIndex, points = [],
6340-
length = 0, x = 0, y = 0;
6341+
lx, ly, length = 0, x = 0, y = 0;
63416342

63426343
sampleLength = sampleLength || 15;
63436344

@@ -7583,7 +7584,8 @@ var Render = {};
75837584
options = render.options,
75847585
body,
75857586
part,
7586-
i;
7587+
i,
7588+
k;
75877589

75887590
for (i = 0; i < bodies.length; i++) {
75897591
body = bodies[i];
@@ -7880,7 +7882,8 @@ var Render = {};
78807882
options = render.options,
78817883
body,
78827884
part,
7883-
i;
7885+
i,
7886+
k;
78847887

78857888
c.beginPath();
78867889

0 commit comments

Comments
 (0)