Skip to content

Commit

Permalink
correct bug in y-bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Mar 5, 2024
1 parent 644e157 commit d4734f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collision/springDashotResolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ namespace Hop::System::Physics
(
c->x,c->y,
mx, my,
Mx, bounds.getMinY()
Mx, my
);

if (d2 < r2)
Expand Down

0 comments on commit d4734f4

Please sign in to comment.