oops forgot to close file 👎

This commit is contained in:
Image 2020-11-02 07:31:34 -05:00
parent b8bd499eda
commit 7b69475f92

View file

@ -620,6 +620,7 @@ bool Map::LoadV2Deflated(FILE* f) {
imp->rm = createRaycastMesh((RmUint32)verts.size(), (const RmReal*)&verts[0], face_count, &indices[0]);
file.close();
safe_delete_array(buf);
if (!imp->rm) {
delete imp;