Procházet zdrojové kódy

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

Former-commit-id: f780fa35c9270f0e3b9789473f44e2b9d5ddd76c
Alexander Tismer před 8 roky
rodič
revize
578ccab9c7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
   {