Skip to content

Commit c674194

Browse files
Renamed UnloadAnimations to Unload for consistency
1 parent e331ebf commit c674194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ModelAnimation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ModelAnimation : public ::ModelAnimation {
7676
::UnloadModelAnimations(this, 1);
7777
}
7878

79-
static void UnloadAnimations(ModelAnimation *modelAnimation, int count) {
79+
static void Unload(ModelAnimation *modelAnimation, int count) {
8080
::UnloadModelAnimations(modelAnimation, count);
8181
}
8282

0 commit comments

Comments
 (0)