The problem is not that the list is too big, that’s the fact that, as @GoToLoop said, you append too many shapes every frame.
So emptying your list won’t solve your problem.
The problem is not that the list is too big, that’s the fact that, as @GoToLoop said, you append too many shapes every frame.
So emptying your list won’t solve your problem.