Преглед изворни кода

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)