This commit is contained in:
mizmar 2025-03-04 11:03:50 +13:00 committed by GitHub
commit 776aa555a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,7 +408,7 @@ static void Clay_SDL2_Render(SDL_Renderer *renderer, Clay_RenderCommandArray ren
SDL_RenderCornerBorder(renderer, &boundingBox, config, 1, config->color); SDL_RenderCornerBorder(renderer, &boundingBox, config, 1, config->color);
} }
if (config->width.bottom > 0 & config->cornerRadius.bottomLeft > 0) { if (config->width.bottom > 0 & config->cornerRadius.bottomRight > 0) {
SDL_RenderCornerBorder(renderer, &boundingBox, config, 2, config->color); SDL_RenderCornerBorder(renderer, &boundingBox, config, 2, config->color);
} }