Merge pull request #51 from Ewpratten/display-best-times

Fix a sound bug
This commit is contained in:
Evan Pratten 2021-10-03 11:19:46 -07:00 committed by GitHub
commit 97644246aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
}