Commit 1003ab7a authored by Guillaume Seguin's avatar Guillaume Seguin

Don't disable shadow window in stlview as it leads to a bad mess

parent 87019841
......@@ -24,8 +24,8 @@ import time
import threading
import pyglet
pyglet.options['shadow_window'] = False
pyglet.options['debug_gl'] = False
pyglet.options['debug_gl'] = True
from pyglet.gl import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment