diff options
Diffstat (limited to 'editor/reparent_dialog.cpp')
| -rw-r--r-- | editor/reparent_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/reparent_dialog.cpp b/editor/reparent_dialog.cpp index cfcb5234dd..e5ae09f5ff 100644 --- a/editor/reparent_dialog.cpp +++ b/editor/reparent_dialog.cpp @@ -47,6 +47,7 @@ void ReparentDialog::_notification(int p_what) { void ReparentDialog::_cancel() { hide(); } + void ReparentDialog::_reparent() { if (tree->get_selected()) { emit_signal("reparent", tree->get_selected()->get_path(), keep_transform->is_pressed()); |
