Changed the dynamic library open function to allow setting the path of the library to open extra libraries.
This commit is contained in:
parent
831502eddd
commit
9678231b10
6 changed files with 21 additions and 8 deletions
|
|
@ -144,7 +144,7 @@ bool GDNative::initialize() {
|
|||
}
|
||||
}
|
||||
|
||||
Error err = OS::get_singleton()->open_dynamic_library(path, native_handle);
|
||||
Error err = OS::get_singleton()->open_dynamic_library(path, native_handle,true);
|
||||
if (err != OK) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue