From 41c619f34f4f8b6568b87216d7ad5f4451766034 Mon Sep 17 00:00:00 2001 From: Hristo Stamenov Date: Sun, 3 Jan 2021 18:44:44 +0200 Subject: [PATCH] Removed wrongly duplicated function --- src/raylib.h | 1 - 1 file changed, 1 deletion(-) 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