Skip to content

Commit

Permalink
log info
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitkakkar committed Aug 22, 2024
1 parent f8aa729 commit 9fac471
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public CollisionDetection() {
* @param vertices An array of vertices representing the shape of the obstacle.
*/
public void addObstacles(Vector2[] vertices) {
System.out.println(vertices);
Body obstacle = new Body();
obstacle.addFixture(Geometry.createPolygon(vertices));
m_obstacles.add(obstacle);
Expand Down

0 comments on commit 9fac471

Please sign in to comment.