Skip to content

Commit

Permalink
Fixed missed variable declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 61855ab commit a940d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collision/Resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit a940d96

Please sign in to comment.