You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix a merge error
This commit is contained in:
@@ -412,7 +412,7 @@ bool GDMono::_load_core_api_assembly() {
|
|||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool success = load_assembly(API_ASSEMBLY_NAME, &api_assembly);
|
bool success = load_assembly(API_ASSEMBLY_NAME, &core_api_assembly);
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
#ifndef MONO_GLUE_DISABLED
|
#ifndef MONO_GLUE_DISABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user