fixed md2 loading, fixed typo

This commit is contained in:
Sandro Sobczyński
2020-11-03 20:10:09 +01:00
parent b75b2d6e4f
commit 9e3ed74b45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ MeshFrame *MD2Loader::load(u32 &o_framesCount, char *t_subpath, char *t_nameWith
fclose(file);
MeshFrame *resultFrames = new MeshFrame[26];
MeshFrame *resultFrames = new MeshFrame[framesCount];
frame_t *frame;
Vector3 tempVec = Vector3();