Commit 713c0c92 authored by Kliment Yanev's avatar Kliment Yanev

Fix accumulating transformations in stlview

parent 3316dac6
......@@ -714,7 +714,7 @@ class TestGlPanel(GLPanel):
i.batch.draw()
except:
i.batch.draw()
glPopMatrix()
glPopMatrix()
glPopMatrix()
#print "drawn batch"
class TestFrame(wx.Frame):
......
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