Skip to content

Commit 355dfce

Browse files
Updated Unload() to overload with animCount
1 parent 0847ecf commit 355dfce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/ModelAnimation.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ class ModelAnimation : public ::ModelAnimation {
7676
::UnloadModelAnimations(this, 1);
7777
}
7878

79+
void Unload(int count) {
80+
::UnloadModelAnimations(this, count);
81+
}
82+
7983
/**
8084
* Update model animation pose
8185
*/

0 commit comments

Comments
 (0)