summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-08 08:02:19 +0100
committerGitHub <noreply@github.com>2017-12-08 08:02:19 +0100
commit793a741f9c783d70ded4923d035fbbd052ea5d0a (patch)
tree391b0c1678644aea8542200f47c665a23bd81947 /editor
parentbb49357ed70c6d5f2117ba5cc3c677d82069383e (diff)
parent93231819c28be2895d6e56073e1b5599cd60b888 (diff)
Merge pull request #14396 from MattUV/fix-templates-link
Fix Manage Export Templates link
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index fc73964764..3f618c3199 100644
--- a/editor/editor_export.cpp
+++ b/editor/editor_export.cpp
@@ -1261,6 +1261,7 @@ bool EditorExportPlatformPC::can_export(const Ref<EditorExportPreset> &p_preset,
if (custom_debug_binary == "" && custom_release_binary == "") {
if (!err.empty())
r_error = err;
+ r_missing_templates = !valid;
return valid;
}