summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/godotsharp_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-05 16:24:21 +0200
committerGitHub <noreply@github.com>2018-10-05 16:24:21 +0200
commitaa85b7ed62b09f4663fe4c88fdecd82db59a9d0f (patch)
tree264dd6d647c3e5bb94c9083e73f46307d101bb19 /modules/mono/editor/godotsharp_editor.cpp
parent3bcab46ea513aea363951ec7301e80e262408970 (diff)
parentd7ece43b74cb809b3a97d370bf1773e7547b1ec7 (diff)
downloadredot-engine-aa85b7ed62b09f4663fe4c88fdecd82db59a9d0f.tar.gz
Merge pull request #22688 from neikeq/lotsofgoodies
Mono: Editor and export template dependencies and fixes
Diffstat (limited to 'modules/mono/editor/godotsharp_editor.cpp')
-rw-r--r--modules/mono/editor/godotsharp_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/godotsharp_editor.cpp b/modules/mono/editor/godotsharp_editor.cpp
index 3ee38515bf..fca88a7164 100644
--- a/modules/mono/editor/godotsharp_editor.cpp
+++ b/modules/mono/editor/godotsharp_editor.cpp
@@ -197,6 +197,7 @@ void GodotSharpEditor::register_internal_calls() {
mono_add_internal_call("GodotSharpTools.Utils.OS::GetPlatformName", (void *)godot_icall_Utils_OS_GetPlatformName);
GodotSharpBuilds::register_internal_calls();
+ GodotSharpExport::register_internal_calls();
}
void GodotSharpEditor::show_error_dialog(const String &p_message, const String &p_title) {