Fix AnimationDemo and improve build
This commit is contained in:
parent
4a58a07dcd
commit
863c1da25d
3 changed files with 2 additions and 11 deletions
|
|
@ -110,10 +110,7 @@ public class AnimationDemo
|
|||
//--------------------------------------------------------------------------------------
|
||||
UnloadTexture(texture);
|
||||
|
||||
for (int i = 0; i < animsCount; i++)
|
||||
{
|
||||
UnloadModelAnimation(anims[i]);
|
||||
}
|
||||
UnloadModelAnimations(anims, animsCount);
|
||||
|
||||
UnloadModel(model);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue