Commit f4525e45 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix missing import in printrun.gl.trackball

parent 1a888baa
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>. # along with Printrun. If not, see <http://www.gnu.org/licenses/>.
import math
from pyglet.gl import * from pyglet.gl import *
def cross(v1, v2): def cross(v1, v2):
......
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