Fix line-width (drawing hair at wrong width)

This commit is contained in:
Campbell Barton
2016-02-23 02:53:22 +11:00
parent e3f997d47f
commit 27f5a01056

View File

@@ -5094,6 +5094,8 @@ static void draw_new_particle_system(Scene *scene, View3D *v3d, RegionView3D *rv
draw_as = PART_DRAW_DOT;
/* 3. */
glLineWidth(1.0f);
switch (draw_as) {
case PART_DRAW_DOT:
if (part->draw_size)