From af9f48b8980e533c5c3d0c463d29410eb606f76c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 25 Oct 2012 15:31:55 +0200 Subject: [PATCH] avoid double registering of Mesh() --- kivy/factory_registers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kivy/factory_registers.py b/kivy/factory_registers.py index 1afdfbc1c..f75bd8aa4 100644 --- a/kivy/factory_registers.py +++ b/kivy/factory_registers.py @@ -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')