diff --git a/src/raylib.h b/src/raylib.h index df0e5e431..a28711174 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1350,7 +1350,6 @@ RLAPI void SetModelMeshMaterial(Model *model, int meshId, int materialId); // Model animations loading/unloading functions RLAPI ModelAnimation *LoadModelAnimations(const char *fileName, int *animsCount); // Load model animations from file -RLAPI ModelAnimation *LoadModelAnimations(const char *fileName, int *animsCount); // Load model animations from file RLAPI void UpdateModelAnimation(Model model, ModelAnimation anim, int frame); // Update model animation pose RLAPI void UnloadModelAnimation(ModelAnimation anim); // Unload animation data RLAPI bool IsModelAnimationValid(Model model, ModelAnimation anim); // Check model animation skeleton match