소스 검색

Add a note about an issue

pull/83/head
raysan5 9 년 전
부모
커밋
9cbfcbb820
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/shapes.c

+ 1
- 0
src/shapes.c 파일 보기

@ -412,6 +412,7 @@ 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 };

불러오는 중...
취소
저장