Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
fix iterator issue for shape_collide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Dec 26, 2023
1 parent 157a41e commit 0d3240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/box2d-wrapper/box2d_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ ShapeCollideResult box2d::shape_collide(const b2Vec2 motion1,
transformA,
b2Vec2_zero,
motion1,
shape_info2.handle.handles[i],
shape_info2.handle.handles[j],
transformB,
b2Vec2_zero,
motion2);
Expand Down

0 comments on commit 0d3240a

Please sign in to comment.