diff options
| author | Hein-Pieter van Braam | 2018-04-15 00:43:26 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-04-15 00:43:26 +0200 |
| commit | e4fadebc3b6f1bb06a9a91e86f15a171cbdc0c4d (patch) | |
| tree | 17957b5ff8e1b57417ce4ac3b93d981d40bb4e54 /modules | |
| parent | 548ec63f76a61dddaa97b425225158e728dbe9fa (diff) | |
| download | godot-e4fadebc3b6f1bb06a9a91e86f15a171cbdc0c4d.tar.gz godot-e4fadebc3b6f1bb06a9a91e86f15a171cbdc0c4d.tar.zst godot-e4fadebc3b6f1bb06a9a91e86f15a171cbdc0c4d.zip | |
Fix a merge error
Diffstat (limited to 'modules')
| -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 4d833acbe..1ebef0456 100644 --- a/modules/mono/mono_gd/gd_mono.cpp +++ b/modules/mono/mono_gd/gd_mono.cpp @@ -412,7 +412,7 @@ bool GDMono::_load_core_api_assembly() { return false; #endif - bool success = load_assembly(API_ASSEMBLY_NAME, &api_assembly); + bool success = load_assembly(API_ASSEMBLY_NAME, &core_api_assembly); if (success) { #ifndef MONO_GLUE_DISABLED |
