Browse Source

*fix bug: stl file is closed twiced when reading ascii

Former-commit-id: f780fa35c9270f0e3b9789473f44e2b9d5ddd76c
Alexander Tismer 8 năm trước cách đây
mục cha
commit
578ccab9c7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      include/igl/readSTL.cpp

+ 0 - 1
include/igl/readSTL.cpp

@@ -187,7 +187,6 @@ IGL_INLINE bool igl::readSTL(
       }
     }
     // read endfacet
-    fclose(stl_file);
     goto close_true;
   }else
   {