* Fix for typo in AA curve commit. Thanks Stephan K for the notice!
This commit is contained in:
@@ -2272,7 +2272,7 @@ static void ui_draw_but_CURVE(uiBut *but)
|
|||||||
}
|
}
|
||||||
glEnd();
|
glEnd();
|
||||||
glDisable(GL_LINE_SMOOTH);
|
glDisable(GL_LINE_SMOOTH);
|
||||||
glEnable(GL_BLEND);
|
glDisable(GL_BLEND);
|
||||||
|
|
||||||
/* the points, use aspect to make them visible on edges */
|
/* the points, use aspect to make them visible on edges */
|
||||||
cmp= cuma->curve;
|
cmp= cuma->curve;
|
||||||
|
|||||||
Reference in New Issue
Block a user