Pixel-Composer/objects/o_dialog_add_node/Destroy_0.gml

5 lines
89 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description
event_inherited();
2024-12-29 16:12:24 +07:00
ds_list_destroy(node_list);
2023-08-09 11:52:57 +02:00
WIDGET_CURRENT = noone;