Remove extraneous fclose call

This commit is contained in:
Kawe Mazidjatari 2022-07-20 15:22:11 +02:00
parent 7481cefd78
commit 4f0e4eae04

View File

@ -410,8 +410,6 @@ dtNavMesh* Sample::loadAll(std::string path)
if (*is_tf2) patchTileGame(tile);
}
fclose(fp);
fclose(fp);
return mesh;
}