Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff committed Nov 28, 2024
1 parent d256416 commit 0c95beb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wren/src/scene/components/collider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ auto BoxCollider2D::raycast(const Transform& transform,
return {};
}

// TODO Check if the collision is within the bounds of the plane

return origin + direction * t;
}

Expand Down

0 comments on commit 0c95beb

Please sign in to comment.