oops forgot to close file 👎
This commit is contained in:
parent
b8bd499eda
commit
7b69475f92
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue