Skip to content

Commit

Permalink
fix focus visualization seam given new shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfleury committed Jan 25, 2024
1 parent 3aa602e commit 21deaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/df/gfx/df_gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6385,7 +6385,7 @@ df_window_update_and_render(Arena *arena, OS_EventList *events, DF_Window *ws, D
b->rect.y1),
6.f),
color, 4.f, 0, 4.f);
inst->colors[Corner_10] = inst->colors[Corner_01] = inst->colors[Corner_11] = v4f32(color.x, color.y, color.z, color.w/3.f);
inst->colors[Corner_00] = inst->colors[Corner_10] = v4f32(color.x, color.y, color.z, color.w/3.f);
MemoryCopyArray(inst->corner_radii, b->corner_radii);
}

Expand Down

0 comments on commit 21deaac

Please sign in to comment.