mirror of https://github.com/kivy/kivy.git
factory: add missing Mesh() in registers
This commit is contained in:
parent
05f3c028e6
commit
01e8b57b3f
|
@ -67,6 +67,7 @@ r('Ellipse', module='kivy.graphics.vertex_instructions')
|
|||
r('Line', 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')
|
||||
r('MotionEventFactory', module='kivy.input.factory')
|
||||
r('MotionEventProvider', module='kivy.input.provider')
|
||||
r('Shape', module='kivy.input.shape')
|
||||
|
|
Loading…
Reference in New Issue