소스 검색

Merge pull request #5083 from JeffM2501/obj_double_load

[rModels] Don't Double Upload Meshes in LoadObj,
pull/4810/merge
Ray 2 달 전
committed by GitHub
부모
커밋
361e730f83
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      src/rmodels.c

+ 0
- 2
src/rmodels.c 파일 보기

@ -4501,8 +4501,6 @@ static Model LoadOBJ(const char *fileName)
tinyobj_shapes_free(objShapes, objShapeCount);
tinyobj_materials_free(objMaterials, objMaterialCount);
for (int i = 0; i < model.meshCount; i++) UploadMesh(model.meshes + i, true);
// Restore current working directory
if (CHDIR(currentDir) != 0)
{

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