瀏覽代碼

Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku

avanspector 1 年之前
父節點
當前提交
87f6f3a1fe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vendor/raylib/raylib.odin

+ 1 - 0
vendor/raylib/raylib.odin

@@ -425,6 +425,7 @@ ModelAnimation :: struct {
 	frameCount: c.int,            // Number of animation frames
 	bones:      [^]BoneInfo,      // Bones information (skeleton)
 	framePoses: [^][^]Transform,  // Poses array by frame
+	name:       [32]u8,           // Animation name
 }
 
 // Ray type (useful for raycast)