gl renderer: Set border program outline state

This commit is contained in:
Timm Bäder 2018-03-15 18:17:57 +01:00
parent eaf899061a
commit ba52be36c2

View File

@ -326,6 +326,8 @@ ops_set_border (RenderOpBuilder *builder,
memcpy (&builder->program_state[builder->current_program->index].border.widths,
widths, sizeof (float) * 4);
builder->program_state[builder->current_program->index].border.outline = *outline;
op.op = OP_CHANGE_BORDER;
op.border.widths[0] = widths[0];
op.border.widths[1] = widths[1];