diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2018-09-17 16:40:26 +0200 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2018-09-17 20:00:19 +0200 |
commit | 50f6dbff871e9e7997b3b9e5a312cde206de62d4 (patch) | |
tree | a319006f25c0b09286a57df88b23dd88b1b34ac5 /modules/mono/mono_gd | |
parent | b032738a51e225c265131c46e5dd026687a40c19 (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.cpp | 2 |
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 } |