We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb79c commit e805663Copy full SHA for e805663
1 file changed
scripts/download_song_from_url/download_song_from_url.gml
@@ -24,6 +24,7 @@ function download_song_from_url() {
24
if (song_total_size > 0 && file_get_size(song_download_file) == song_total_size) {
25
song_downloaded_size = song_total_size; // prevent freezing under 100%
26
load_song(song_download_file);
27
+ files_delete_lib(song_download_file);
28
} else {
29
if (language != 1) {
30
show_message("The song could not be downloaded! Please try again with a different song.");
0 commit comments