diff options
author | Ignacio Etcheverry <neikeq@users.noreply.github.com> | 2018-09-17 20:22:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 20:22:05 +0200 |
commit | a4e4dd396665a29dac63339930a97852bb8cd449 (patch) | |
tree | da11096af8a17222c1ce1ddfee37617315cf5185 /modules/mono/mono_gd/gd_mono.cpp | |
parent | 9610bc95803a3524ff1aa21b2fb7d2f94c41e4b4 (diff) | |
parent | 50f6dbff871e9e7997b3b9e5a312cde206de62d4 (diff) |
Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirritatinganditgetseverywhere
Mono: Build and external editor improvements for OSX
Diffstat (limited to 'modules/mono/mono_gd/gd_mono.cpp')
-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 } |