Pixel-Composer/objects/o_dialog_splash/Destroy_0.gml
2024-11-24 17:39:17 +07:00

15 lines
No EOL
263 B
Text

/// @description
event_inherited();
run_in(1, function() /*=>*/ {
ds_map_destroy(discord_map);
ds_map_destroy(nicknames);
ds_map_destroy(attachment);
surface_free(clip_surf);
sp_recent.free();
sp_sample.free();
sp_contest.free();
sp_news.free();
});