Fix for a typo reported by flokkievids through code review comments D163#1.

This commit is contained in:
Tamito Kajiyama 2014-01-02 10:19:50 +09:00
parent 0b22827033
commit 4683ac3886

@ -1095,7 +1095,7 @@ class pyBluePrintEllipsesShader(StrokeShader):
sv_nb = sv_nb // self.__turns sv_nb = sv_nb // self.__turns
center = (p_min + p_max) / 2 center = (p_min + p_max) / 2
radius = center - p_min radius = center - p_min
p_new = Vecor((0,0)) p_new = Vector((0,0))
####################################################### #######################################################
R = self.__random_radius R = self.__random_radius
C = self.__random_center C = self.__random_center