0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-25 13:39:06 -05:00

Fixed missed variable declaration.

This commit is contained in:
PlNG 2015-01-20 11:56:26 -05:00
parent 61855ab875
commit a940d96886

View file

@ -27,7 +27,8 @@ var Resolver = {};
vertex,
vertexCorrected,
normal,
bodyBtoA;
bodyBtoA,
positionImpulse;
// find impulses required to resolve penetration
for (i = 0; i < pairs.length; i++) {