- thought this extra close was required but it is not.

This commit is contained in:
Mark Vejvoda
2011-05-18 22:16:34 +00:00
parent 8e5e54d943
commit e28fe7c575

View File

@@ -200,7 +200,7 @@ void OggSoundFileLoader::close() {
delete vf; delete vf;
vf= 0; vf= 0;
} }
fclose(f); //fclose(f);
} }
void OggSoundFileLoader::restart(){ void OggSoundFileLoader::restart(){