Letter for Mimi 2 – wip #32

There was a memory leak in the game where the grass over-sprites kept accumulating after the player entered the exterior. I have fixed it and added a ‘hack‘ to force the garbage collector to do it’s thing. It now runs each time the player switches worlds, to ensure any remaining garbage is collected. I am …