summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2018-09-17 16:40:26 +0200
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2018-09-17 20:00:19 +0200
commit50f6dbff871e9e7997b3b9e5a312cde206de62d4 (patch)
treea319006f25c0b09286a57df88b23dd88b1b34ac5 /modules/mono/mono_gd
parentb032738a51e225c265131c46e5dd026687a40c19 (diff)
Mono: Fix opening code editors in OSX and cleanup
Diffstat (limited to 'modules/mono/mono_gd')
-rw-r--r--modules/mono/mono_gd/gd_mono.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono.cpp b/modules/mono/mono_gd/gd_mono.cpp
index 03418a02ea..2fed6064b7 100644
--- a/modules/mono/mono_gd/gd_mono.cpp
+++ b/modules/mono/mono_gd/gd_mono.cpp
@@ -319,7 +319,7 @@ void GDMono::_register_internal_calls() {
#endif
#ifdef TOOLS_ENABLED
- GodotSharpBuilds::_register_internal_calls();
+ GodotSharpEditor::register_internal_calls();
#endif
}