diff options
| author | karroffel | 2018-01-06 21:10:01 +0100 |
|---|---|---|
| committer | karroffel | 2018-01-06 21:10:01 +0100 |
| commit | 66eed7b85985529e54449cf87feee001cba0c759 (patch) | |
| tree | b0999c585e79aa1077309a2c859f640fcba96960 /modules/gdnative/nativescript/nativescript.h | |
| parent | 50b975548dcd65a9506e7fb449d40404320c0983 (diff) | |
| download | godot-66eed7b85985529e54449cf87feee001cba0c759.tar.gz godot-66eed7b85985529e54449cf87feee001cba0c759.tar.zst godot-66eed7b85985529e54449cf87feee001cba0c759.zip | |
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 38f77aea5..ac94c84bc 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; |
