Remove trailing spaces
This commit is contained in:
parent
67a1e84859
commit
cf12992b6a
8 changed files with 60 additions and 60 deletions
|
@ -46,7 +46,7 @@ int main(void)
|
|||
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position
|
||||
|
||||
// Load animation data
|
||||
int animsCount = 0;
|
||||
unsigned int animsCount = 0;
|
||||
ModelAnimation *anims = LoadModelAnimations("resources/models/iqm/guyanim.iqm", &animsCount);
|
||||
int animFrameCounter = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue