1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

[GDNative] fix reloading of non-reloadable libraries

This commit is contained in:
karroffel
2018-01-06 21:10:01 +01:00
parent 50b975548d
commit 66eed7b859
2 changed files with 8 additions and 3 deletions

View File

@@ -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;