factory: add missing Mesh() in registers

This commit is contained in:
Mathieu Virbel 2012-10-21 21:15:20 +02:00
parent 05f3c028e6
commit 01e8b57b3f
1 changed files with 1 additions and 0 deletions

View File

@ -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')