J-Andersen-UvA / BabylonSignLab

1 stars 1 forks source link

AnimGroup Dispose #18

Closed J-Andersen-UvA closed 2 months ago

J-Andersen-UvA commented 2 months ago

We want to be able to dispose of all animgroups except one. Issue is, we cannot use a for loop to find the animgroup we want to keep and delete the rest. Because then we would be removing part of the thing we loop over. We can: