mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Fix AnimationDemo and improve build
This commit is contained in:
@ -110,10 +110,7 @@ public class AnimationDemo
|
||||
//--------------------------------------------------------------------------------------
|
||||
UnloadTexture(texture);
|
||||
|
||||
for (int i = 0; i < animsCount; i++)
|
||||
{
|
||||
UnloadModelAnimation(anims[i]);
|
||||
}
|
||||
UnloadModelAnimations(anims, animsCount);
|
||||
|
||||
UnloadModel(model);
|
||||
|
||||
|
Reference in New Issue
Block a user