You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Earlier today? Now that's hilarious timing. No, I noted this late last night just before bed and have not updated to what is apparently a brand new release. Talk about a timely response!
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.
The text was updated successfully, but these errors were encountered: