mirror of https://github.com/kivy/kivy.git
fix syntax error >_<
This commit is contained in:
parent
03730cb020
commit
dc34bc0933
|
@ -726,7 +726,7 @@ cdef class Quad(VertexInstruction):
|
|||
if len(self._points) != 8:
|
||||
raise GraphicException(
|
||||
'Quad: invalid number of points (%d instead of 8' % len(
|
||||
self._points)))
|
||||
self._points))
|
||||
self.flag_update()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue