Pixel-Composer/objects/o_dialog_history/Destroy_0.gml

5 lines
93 B
Plaintext
Raw Normal View History

2023-02-14 02:48:33 +01:00
/// @description
event_inherited();
ds_list_destroy(redo_list);
ds_list_destroy(undo_list);