Closed ioxu closed 10 months ago
do Container vertex lists need to be properly deleted?
__del__() gets called after garbage collection.
__del__()
Containers only use pyglet.shapes shapes which correctly do deletion of their vertex lists.
pyglet.shapes
e.g. https://github.com/pyglet/pyglet/blob/c50c697b40c31361f499d88e83a9a0980d8fb2c0/pyglet/shapes.py#L207-L209
do Container vertex lists need to be properly deleted?
__del__()
gets called after garbage collection.