Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload

This commit is contained in:
Jeff Myers
2025-08-02 14:58:05 -07:00
parent 1948453394
commit ffe76a4b67

View File

@@ -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)
{