mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 23:46:56 +01:00
15 lines
No EOL
263 B
Text
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();
|
|
}); |