We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08698d7 commit f2d2804Copy full SHA for f2d2804
src/raddbg/raddbg_core.c
@@ -8547,7 +8547,7 @@ rd_window_frame(void)
8547
}
8548
8549
// rjf: soft circle around mouse
8550
- if(box->hot_t > 0.01f) DR_ClipScope(box->rect)
+ if(box->hot_t > 0.01f) DR_ClipScope(intersect_2f32(box->rect, dr_top_clip()))
8551
{
8552
Vec4F32 color = hover_color;
8553
color.w *= 0.02f;
0 commit comments