fix sound

This commit is contained in:
Luna 2021-10-03 14:18:39 -04:00
parent c77ee2c9bf
commit a338523b23

View File

@ -102,7 +102,7 @@ pub fn load_music_from_internal_data(
"Dropping temporary directory: {}",
temp_dir.path().display()
);
temp_dir.close()?;
// temp_dir.close()?;
Ok(texture)
}