mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add clearing of static_gdscript_cache to GDScriptCache
(cherry picked from commit db5e843e46)
This commit is contained in:
parent
fa50a444d2
commit
d7366d5929
1 changed files with 1 additions and 0 deletions
|
|
@ -485,6 +485,7 @@ void GDScriptCache::clear() {
|
||||||
parser_map_refs.clear();
|
parser_map_refs.clear();
|
||||||
singleton->shallow_gdscript_cache.clear();
|
singleton->shallow_gdscript_cache.clear();
|
||||||
singleton->full_gdscript_cache.clear();
|
singleton->full_gdscript_cache.clear();
|
||||||
|
singleton->static_gdscript_cache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
GDScriptCache::GDScriptCache() {
|
GDScriptCache::GDScriptCache() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue