Skip to content

Commit

Permalink
Fix regression in Multimesh management caused by 902fe9c
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadpon committed May 3, 2024
1 parent 902fe9c commit 729b413
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ func prepare_for_removal():

# Avoid circular reference so that RefCount can properly free objects
parent = null
MMI_container = null
MMI = null
MMI_multimesh = null
for child in child_nodes:
child.prepare_for_removal()
child_nodes = []
Expand Down

0 comments on commit 729b413

Please sign in to comment.