From 333f1584572e7926eafe2b99109e459df84e0b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E6=88=B8=E3=81=86=E7=B4=8D=E8=B1=86=E6=96=8E=28N?= =?UTF-8?q?att=C5=8Dsai=20Mit=C5=8D=29?= Date: Thu, 14 Jun 2018 21:41:14 +0900 Subject: [PATCH] Doc: Fix Mesh docstring (#5806) --- kivy/graphics/vertex_instructions.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/graphics/vertex_instructions.pyx b/kivy/graphics/vertex_instructions.pyx index 725a8bae8..348f2a222 100644 --- a/kivy/graphics/vertex_instructions.pyx +++ b/kivy/graphics/vertex_instructions.pyx @@ -359,7 +359,7 @@ cdef class Mesh(VertexInstruction): which will allow mapping vertex data to the glsl instructions. - [(b'v_pos', 2, b'float'), (b'v_tc', 2, b'float'),] + [(b'v_pos', 2, 'float'), (b'v_tc', 2, 'float'),] will allow using