Godot Android plugin re-architecture
This commit is contained in:
@ -143,6 +143,8 @@ void GDExtensionManager::load_extensions() {
|
||||
ERR_CONTINUE_MSG(err == LOAD_STATUS_FAILED, "Error loading extension: " + s);
|
||||
}
|
||||
}
|
||||
|
||||
OS::get_singleton()->load_platform_gdextensions();
|
||||
}
|
||||
|
||||
GDExtensionManager *GDExtensionManager::get_singleton() {
|
||||
|
||||
Reference in New Issue
Block a user