tomlinford/cs248-project

Weird graphics bug when starting new Level

Closed this issue · 2 comments

Weird graphics bug when starting new Level

To reproduce, just run one level and then start another.

Fixed. Old particle clusters were not being deleted. Probably a memory overload leading to visual corruption. Also fixes slowdown with each new level, since there are no junk/old clusters to evaluate.