mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-21 17:14:38 -05:00
updated edge build
This commit is contained in:
parent
536e55f496
commit
d22b1b4915
2 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* matter.js edge-master 2015-06-29
|
* matter.js edge-master 2015-07-02
|
||||||
* http://brm.io/matter-js/
|
* http://brm.io/matter-js/
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
|
@ -2789,6 +2789,7 @@ var Resolver = {};
|
||||||
normal,
|
normal,
|
||||||
bodyBtoA,
|
bodyBtoA,
|
||||||
contactShare,
|
contactShare,
|
||||||
|
positionImpulse,
|
||||||
contactCount = {},
|
contactCount = {},
|
||||||
tempA = Vector._temp[0],
|
tempA = Vector._temp[0],
|
||||||
tempB = Vector._temp[1],
|
tempB = Vector._temp[1],
|
||||||
|
@ -6337,7 +6338,7 @@ var Svg = {};
|
||||||
var i, il, total, point, segment, segments,
|
var i, il, total, point, segment, segments,
|
||||||
segmentsQueue, lastSegment,
|
segmentsQueue, lastSegment,
|
||||||
lastPoint, segmentIndex, points = [],
|
lastPoint, segmentIndex, points = [],
|
||||||
length = 0, x = 0, y = 0;
|
lx, ly, length = 0, x = 0, y = 0;
|
||||||
|
|
||||||
sampleLength = sampleLength || 15;
|
sampleLength = sampleLength || 15;
|
||||||
|
|
||||||
|
@ -7583,7 +7584,8 @@ var Render = {};
|
||||||
options = render.options,
|
options = render.options,
|
||||||
body,
|
body,
|
||||||
part,
|
part,
|
||||||
i;
|
i,
|
||||||
|
k;
|
||||||
|
|
||||||
for (i = 0; i < bodies.length; i++) {
|
for (i = 0; i < bodies.length; i++) {
|
||||||
body = bodies[i];
|
body = bodies[i];
|
||||||
|
@ -7880,7 +7882,8 @@ var Render = {};
|
||||||
options = render.options,
|
options = render.options,
|
||||||
body,
|
body,
|
||||||
part,
|
part,
|
||||||
i;
|
i,
|
||||||
|
k;
|
||||||
|
|
||||||
c.beginPath();
|
c.beginPath();
|
||||||
|
|
||||||
|
|
8
build/matter.min.js
vendored
8
build/matter.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue