Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntWaffleCake committed Nov 3, 2023
1 parent 24c403e commit 50c4768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/PhysicsEngine/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function calculate(dt, t) {
if (collPoly === polygon) {
continue;
}

let result = polygon.testCollision(collPoly, ctx);
if (result == false) {
continue;
Expand Down

0 comments on commit 50c4768

Please sign in to comment.