|
@@ -269,6 +269,7 @@ bool GDNative::initialize() {
|
|
|
options.editor_api_hash = ClassDB::get_api_hash(ClassDB::API_EDITOR);
|
|
|
options.no_api_hash = ClassDB::get_api_hash(ClassDB::API_NONE);
|
|
|
options.gd_native_library = (godot_object *)(get_library().ptr());
|
|
|
+ options.active_library_path = (godot_string *)&path;
|
|
|
|
|
|
library_init_fpointer(&options);
|
|
|
|