3D View: use 3px dashed relationship line

Seems this was accidentally doubled from 2.7x?
This commit is contained in:
Campbell Barton
2018-07-01 08:34:04 +02:00
parent 0d31ab362e
commit ab6e23ffbb

View File

@@ -254,7 +254,7 @@ DRWShadingGroup *shgroup_dynlines_dashed_uniform_color(DRWPass *pass, float colo
{
GPUShader *sh = GPU_shader_get_builtin_shader(GPU_SHADER_3D_LINE_DASHED_UNIFORM_COLOR);
static float dash_width = 12.0f;
static float dash_width = 6.0f;
static float dash_factor = 0.5f;
DRWShadingGroup *grp = DRW_shgroup_line_batch_create(sh, pass);
DRW_shgroup_uniform_vec4(grp, "color", color, 1);