Pixel-Composer/objects/o_dialog_panel/Draw_75.gml

3 lines
84 B
Plaintext
Raw Normal View History

2023-03-25 12:26:45 +01:00
/// @description
2023-03-25 12:27:04 +01:00
if(!is_undefined(content) && content != noone)
content.drawGUI();