mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Clear SelfList when destroying GDScriptLanguage
This commit is contained in:
parent
2d6b880987
commit
c646f7df70
1 changed files with 2 additions and 0 deletions
|
|
@ -2025,6 +2025,8 @@ void GDScriptLanguage::finish() {
|
|||
}
|
||||
s = s->next();
|
||||
}
|
||||
script_list.clear();
|
||||
function_list.clear();
|
||||
}
|
||||
|
||||
void GDScriptLanguage::profiling_start() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue