From 4f0e4eae048ec1b07bf8c0eea7f660fd1e490835 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 20 Jul 2022 15:22:11 +0200 Subject: [PATCH] Remove extraneous fclose call --- r5dev/naveditor/Sample.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/r5dev/naveditor/Sample.cpp b/r5dev/naveditor/Sample.cpp index 402869d5..16147e4d 100644 --- a/r5dev/naveditor/Sample.cpp +++ b/r5dev/naveditor/Sample.cpp @@ -410,8 +410,6 @@ dtNavMesh* Sample::loadAll(std::string path) if (*is_tf2) patchTileGame(tile); } - fclose(fp); - fclose(fp); return mesh; }