mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-10 13:28:16 +00:00
Some tweaks
This commit is contained in:
@@ -930,7 +930,7 @@ ModelAnimation *LoadModelAnimations(const char *filename, int *animCount)
|
||||
unsigned int flags;
|
||||
} IQMAnim;
|
||||
|
||||
FILE *iqmFile;
|
||||
FILE *iqmFile = NULL;
|
||||
IQMHeader iqm;
|
||||
|
||||
iqmFile = fopen(filename,"rb");
|
||||
@@ -3061,7 +3061,7 @@ static Model LoadIQM(const char *fileName)
|
||||
|
||||
Model model = { 0 };
|
||||
|
||||
FILE *iqmFile;
|
||||
FILE *iqmFile = NULL;
|
||||
IQMHeader iqm;
|
||||
|
||||
IQMMesh *imesh;
|
||||
|
Reference in New Issue
Block a user