GDScript: Fix interrupted coroutines not clearing
This commit is contained in:
@@ -277,5 +277,6 @@ GDScriptFunctionState::~GDScriptFunctionState() {
|
||||
MutexLock lock(GDScriptLanguage::singleton->mutex);
|
||||
scripts_list.remove_from_list();
|
||||
instances_list.remove_from_list();
|
||||
_clear_stack();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user