Add missing gl line width for curve normals

This commit is contained in:
2016-02-09 20:53:33 +11:00
parent 73b672ee97
commit ae2036e69b

View File

@@ -6354,6 +6354,7 @@ static void draw_editnurb(
* when at its lowest, don't render normals */
if ((cu->flag & CU_3D) && (ts->normalsize > 0.0015f) && (cu->drawflag & CU_HIDE_NORMALS) == 0) {
BevList *bl;
glLineWidth(1.0f);
for (bl = ob->curve_cache->bev.first, nu = nurb; nu && bl; bl = bl->next, nu = nu->next) {
BevPoint *bevp = bl->bevpoints;
int nr = bl->nr;