diff --git a/src/ui/ui_core.c b/src/ui/ui_core.c index bf0888e2..b622f4a5 100644 --- a/src/ui/ui_core.c +++ b/src/ui/ui_core.c @@ -1544,7 +1544,8 @@ void UI_EndFrame(UI_Frame *frame, i32 vsync) !G_IsRefNil(box->raw_texture) || !SPR_IsSheetKeyNil(box->desc.sprite_sheet) || (AnyBit(box->desc.flags, UI_BoxFlag_DrawText) && raw_run.ready) || - box->desc.tint.a * box->desc.background_color.a >= 0.0025 + box->desc.tint.a * box->desc.background_color.a >= 0.0025 || + box->desc.tint.a * box->desc.border_color.a >= 0.0025 ); if (is_visible || AnyBit(frame->frame_flags, UI_FrameFlag_Debug))