From 66eed7b85985529e54449cf87feee001cba0c759 Mon Sep 17 00:00:00 2001 From: karroffel Date: Sat, 6 Jan 2018 21:10:01 +0100 Subject: [GDNative] fix reloading of non-reloadable libraries --- modules/gdnative/nativescript/nativescript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdnative/nativescript/nativescript.h') 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; -- cgit v1.2.3