Closed
Description
Not sure how this error arose, but the pymunk\pyglet_util.py file has numerous errors in it that cause a fatal exception when attempting to use the pyglet_util module for drawing. The pyglet.shapes.Line object takes a "thickness" keyword argument that is omitted from the call in pyglet_util and is instead given a "width" argument that raises an exception.
I happened to encounter this error at pymunk\pyglet_util.py line 127, but it appears that every instance of the pyglet.shapes.Line object being initialized is wrong.
Metadata
Metadata
Assignees
Labels
No labels