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
Traceback (most recent call last):
File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 905, in <module>
main()
File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 900, in main
setup()
File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 893, in setup
setup_fog()
File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 864, in setup_fog
glEnable(GL_FOG)
File "C:\Users\risha\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyglet\gl\lib.py", line 114, in errcheck
raise GLException('(0x%x): %s' % (error, msg))
pyglet.gl.lib.GLException: (0x500): Invalid enum. An unacceptable value is specified for an enumerated argument.
The text was updated successfully, but these errors were encountered:
I'm getting an error
The text was updated successfully, but these errors were encountered: