diff --git a/stepmania/src/RageModelGeometry.cpp b/stepmania/src/RageModelGeometry.cpp index 6859838542..3e90e8acd6 100644 --- a/stepmania/src/RageModelGeometry.cpp +++ b/stepmania/src/RageModelGeometry.cpp @@ -278,8 +278,6 @@ void RageModelGeometry::LoadMilkshapeAscii( const RString& _sPath, bool bNeedsNo // send the finalized vertices to the graphics card m_pCompiledGeometry->Set( m_Meshes, bNeedsNormals ); - - f.Close(); } /*