mirror of https://github.com/kivy/kivy.git
avoid double registering of Mesh()
This commit is contained in:
parent
e1a13842c4
commit
af9f48b898
|
@ -65,7 +65,6 @@ r('Rectangle', module='kivy.graphics.vertex_instructions')
|
|||
r('BorderImage', module='kivy.graphics.vertex_instructions')
|
||||
r('Ellipse', module='kivy.graphics.vertex_instructions')
|
||||
r('Line', module='kivy.graphics.vertex_instructions')
|
||||
r('Mesh', module='kivy.graphics.vertex_instructions')
|
||||
r('Point', module='kivy.graphics.vertex_instructions')
|
||||
r('Bezier', module='kivy.graphics.vertex_instructions')
|
||||
r('Mesh', module='kivy.graphics.vertex_instructions')
|
||||
|
|
Loading…
Reference in New Issue