summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_cache.h
diff options
context:
space:
mode:
authorAdam Scott <ascott.ca@gmail.com>2022-12-02 13:27:26 -0500
committerAdam Scott <ascott.ca@gmail.com>2022-12-06 09:35:39 -0500
commit88f3045301470fd13bbe3ade6537a1c1cb1227fe (patch)
tree1b14193cbf349ab4136fd5bd32fa61712daf9282 /modules/gdscript/gdscript_cache.h
parentf3e6750a7e4702918e05f42b1376e30e652f2f90 (diff)
Move GDScript uninitialization to `GDScriptLanguage::finalize()`
Co-authored-by: Ricardo Buring <ricardo.buring@gmail.com> Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com>
Diffstat (limited to 'modules/gdscript/gdscript_cache.h')
-rw-r--r--modules/gdscript/gdscript_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_cache.h b/modules/gdscript/gdscript_cache.h
index 2195932aa3..e7e1901d5d 100644
--- a/modules/gdscript/gdscript_cache.h
+++ b/modules/gdscript/gdscript_cache.h
@@ -111,6 +111,8 @@ public:
return singleton->destructing;
};
+ static void clear();
+
GDScriptCache();
~GDScriptCache();
};