From d50062b55681efc50d152ff984f36aad48e5b207 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 25 Sep 2012 20:10:31 +0200 Subject: [PATCH] graphics: fix warning from recent line commit --- kivy/graphics/vertex_instructions_line.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/graphics/vertex_instructions_line.pxi b/kivy/graphics/vertex_instructions_line.pxi index 965c71680..7edfdfa35 100644 --- a/kivy/graphics/vertex_instructions_line.pxi +++ b/kivy/graphics/vertex_instructions_line.pxi @@ -277,7 +277,7 @@ cdef class Line(VertexInstruction): cdef double ix, iy cdef unsigned int piv, pii2, piv2 cdef double jangle - sangle = 0 + angle = sangle = 0 piv = pcx = pcy = cx = cy = ii = iv = ix = iy = 0 px1 = px2 = px3 = px4 = py1 = py2 = py3 = py4 = 0 sx1 = sy1 = sx4 = sy4 = 0