Reviewed some examples and warnings
This commit is contained in:
parent
bee6d7f065
commit
040b945fef
9 changed files with 76 additions and 106 deletions
|
@ -50,7 +50,7 @@ int main(void)
|
|||
Model model = LoadModel(modelFileName); // Load the bind-pose model mesh and basic data
|
||||
|
||||
// Load animations
|
||||
unsigned int animsCount = 0;
|
||||
int animsCount = 0;
|
||||
int animFrameCounter = 0, animId = 0;
|
||||
ModelAnimation *anims = LoadModelAnimations(modelFileName, &animsCount); // Load skeletal animation data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue