TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Group needs a destructor! #12

Closed holgk closed 9 years ago

holgk commented 9 years ago

Renderable2Ds that are added to layer are deleted in the destructor of layer but those who are added to groups are not deleted by any other function. I think it would be bad not to delete them. ;)

TheCherno commented 9 years ago

Group sure does need a destructor! This will be handled in the upcoming maintenance episode (Ep. 20).