Add missing gl line width for curve normals
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user