mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-18 15:51:46 +00:00
Fixed issue with LoadIQM()
#2676
This commit is contained in:
@@ -4302,6 +4302,7 @@ static Model LoadIQM(const char *fileName)
|
|||||||
RL_FREE(blendi);
|
RL_FREE(blendi);
|
||||||
RL_FREE(blendw);
|
RL_FREE(blendw);
|
||||||
RL_FREE(ijoint);
|
RL_FREE(ijoint);
|
||||||
|
RL_FREE(color);
|
||||||
|
|
||||||
return model;
|
return model;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user