瀏覽代碼

Remove TODO comments (already done)

pull/118/head
raysan5 9 年之前
父節點
當前提交
03cc031d00
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -1
      src/raylib.h
  2. +0
    -1
      src/shapes.c

+ 0
- 1
src/raylib.h 查看文件

@ -423,7 +423,6 @@ typedef struct Material {
} Material;
// 3d Model type
// TODO: Replace shader/testure by material
typedef struct Model {
Mesh mesh; // Vertex data buffers (RAM and VRAM)
Matrix transform; // Local transform matrix

+ 0
- 1
src/shapes.c 查看文件

@ -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…
取消
儲存