Commit 617a8646 authored by Guillaume Seguin's avatar Guillaume Seguin

Add missing import in plater

parent ce478119
...@@ -27,6 +27,7 @@ import pyglet ...@@ -27,6 +27,7 @@ import pyglet
pyglet.options['debug_gl'] = True pyglet.options['debug_gl'] = True
from pyglet.gl import * from pyglet.gl import *
from pyglet import gl
from .gl.panel import wxGLPanel from .gl.panel import wxGLPanel
from .gl.trackball import trackball, mulquat, build_rotmatrix from .gl.trackball import trackball, mulquat, build_rotmatrix
......
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