|  |  | @ -5023,7 +5023,7 @@ static ModelAnimation *LoadModelAnimationsIQM(const char *fileName, int *animCou | 
		
	
		
			
			|  |  |  | animations[a].bones = (BoneInfo *)RL_MALLOC(iqmHeader->num_poses*sizeof(BoneInfo)); | 
		
	
		
			
			|  |  |  | animations[a].framePoses = (Transform **)RL_MALLOC(anim[a].num_frames*sizeof(Transform *)); | 
		
	
		
			
			|  |  |  | memcpy(animations[a].name, fileDataPtr + iqmHeader->ofs_text + anim[a].name, 32);   //  I don't like this 32 here | 
		
	
		
			
			|  |  |  | TraceLog(LOG_INFO, "IQM Anim %s", animations[a].name); | 
		
	
		
			
			|  |  |  | TRACELOG(LOG_INFO, "IQM Anim %s", animations[a].name); | 
		
	
		
			
			|  |  |  | // animations[a].framerate = anim.framerate;     // TODO: Use animation framerate data? | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | for (unsigned int j = 0; j < iqmHeader->num_poses; j++) | 
		
	
	
		
			
				|  |  |  |