You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user