Remove TODO comments (already done)
This commit is contained in:
parent
7d1d9ff143
commit
03cc031d00
2 changed files with 0 additions and 2 deletions
|
@ -446,7 +446,6 @@ bool CheckCollisionCircleRec(Vector2 center, float radius, Rectangle rec)
|
|||
}
|
||||
|
||||
// Get collision rectangle for two rectangles collision
|
||||
// TODO: Depending on rec1 and rec2 order, it fails -> Review!
|
||||
Rectangle GetCollisionRec(Rectangle rec1, Rectangle rec2)
|
||||
{
|
||||
Rectangle retRec = { 0, 0, 0, 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue