diff options
author | karroffel <therzog@mail.de> | 2018-01-06 21:10:01 +0100 |
---|---|---|
committer | karroffel <therzog@mail.de> | 2018-01-06 21:10:01 +0100 |
commit | 66eed7b85985529e54449cf87feee001cba0c759 (patch) | |
tree | b0999c585e79aa1077309a2c859f640fcba96960 /modules/gdnative/nativescript/nativescript.h | |
parent | 50b975548dcd65a9506e7fb449d40404320c0983 (diff) |
[GDNative] fix reloading of non-reloadable libraries
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.h')
-rw-r--r-- | modules/gdnative/nativescript/nativescript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/nativescript.h b/modules/gdnative/nativescript/nativescript.h index 38f77aea55..ac94c84bc4 100644 --- a/modules/gdnative/nativescript/nativescript.h +++ b/modules/gdnative/nativescript/nativescript.h @@ -205,7 +205,7 @@ class NativeScriptLanguage : public ScriptLanguage { private: static NativeScriptLanguage *singleton; - void _unload_stuff(); + void _unload_stuff(bool p_reload = false); #ifndef NO_THREADS Mutex *mutex; |