Pixel-Composer/objects/o_dialog_splash/Destroy_0.gml

15 lines
263 B
Text
Raw Normal View History

2023-06-01 10:32:21 +02:00
/// @description
event_inherited();
2024-11-24 11:39:17 +01:00
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();
});