graphics: fix warning from recent line commit

This commit is contained in:
Mathieu Virbel 2012-09-25 20:10:31 +02:00
parent ead073115f
commit d50062b556
1 changed files with 1 additions and 1 deletions

View File

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