소스 검색

Review for issue #1446

pull/1448/head
Ray 4 년 전
부모
커밋
0481053dad
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/models.c

+ 2
- 1
src/models.c 파일 보기

@ -3099,7 +3099,8 @@ static Model LoadOBJ(const char *fileName)
tinyobj_shapes_free(meshes, meshCount);
tinyobj_materials_free(materials, materialCount);
//RL_FREE(fileData);
RL_FREE(fileData);
RL_FREE(matFaces);
RL_FREE(vCount);
RL_FREE(vtCount);

불러오는 중...
취소
저장