Updated raylib data structures (markdown)

master
Ray 4 年前
父节点
当前提交
a37e577cdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      raylib-data-structures.md

+ 1
- 1
raylib-data-structures.md

@ -26,7 +26,7 @@ who has authored video games before.
struct NPatchInfo [36 bytes] - // Source rectangle and border offsets
struct CharInfo; [32 bytes] [+4 bytes] // One character image and info properties
struct Font; [36 bytes] [+12 bytes] // Texture atlas and recs+chars data array pointers
struct Font; [40 bytes] [+12 bytes] // Texture atlas and recs+chars data array pointers
// Screen view structures
struct Camera2D; [24 bytes] - // 2D camera offset, target, rotation and zoom

正在加载...
取消
保存