aboutsummaryrefslogtreecommitdiff
path: root/editor/export_template_manager.cpp
diff options
context:
space:
mode:
authorNoshyaar2017-12-19 02:25:04 +0700
committerGitHub2017-12-19 02:25:04 +0700
commit55e2ff6b2e8d65ff9eb6640068e4f642d11372a5 (patch)
treea2872c7fec8cac9061d0b49a8300b6f038e2d9fb /editor/export_template_manager.cpp
parent8d13753e9171e2f525d7778b24a911bf60346aa2 (diff)
parent444090067232d8764e3910dd8de42c1b0fbc89b7 (diff)
downloadgodot-55e2ff6b2e8d65ff9eb6640068e4f642d11372a5.tar.gz
godot-55e2ff6b2e8d65ff9eb6640068e4f642d11372a5.tar.zst
godot-55e2ff6b2e8d65ff9eb6640068e4f642d11372a5.zip
Diffstat (limited to 'editor/export_template_manager.cpp')
-rw-r--r--editor/export_template_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export_template_manager.cpp b/editor/export_template_manager.cpp
index 3eaa6e44f..3f3362e22 100644
--- a/editor/export_template_manager.cpp
+++ b/editor/export_template_manager.cpp
@@ -555,7 +555,7 @@ ExportTemplateManager::ExportTemplateManager() {
template_open->add_filter("*.tpz ; Godot Export Templates");
template_open->set_access(FileDialog::ACCESS_FILESYSTEM);
template_open->set_mode(FileDialog::MODE_OPEN_FILE);
- template_open->connect("file_selected", this, "_install_from_file");
+ template_open->connect("file_selected", this, "_install_from_file", varray(true));
add_child(template_open);
set_title(TTR("Export Template Manager"));