don't need to Close explicitly here

This commit is contained in:
Glenn Maynard
2006-07-30 18:40:26 +00:00
parent e7c5b14196
commit 4b647827a8
-2
View File
@@ -293,8 +293,6 @@ void Model::LoadMaterialsFromMilkshapeAscii( const RString &_sPath )
}
}
}
f.Close();
}
bool Model::LoadMilkshapeAsciiBones( const RString &sAniName, const RString &sPath )