Skip to content

[rshapes] Fix DrawRectangleLinesEx() - #6027

Merged
raysan5 merged 1 commit into
raysan5:masterfrom
MatthewRoush:master
Jul 29, 2026
Merged

[rshapes] Fix DrawRectangleLinesEx()#6027
raysan5 merged 1 commit into
raysan5:masterfrom
MatthewRoush:master

Conversation

@MatthewRoush

Copy link
Copy Markdown
Contributor

Previously DrawRectangleLinesEx() would draw lines overlapping each other when they were thick enough (which was only noticeable if the color's alpha was lower than 255.)

Previously DrawRectangleLinesEx() would draw lines overlapping each other when they were thick enough (which was only noticeable if the color's alpha was lower than 255.)
@raysan5
raysan5 merged commit 9f9c11d into raysan5:master Jul 29, 2026
16 checks passed
@raysan5

raysan5 commented Jul 29, 2026

Copy link
Copy Markdown
Owner

@MatthewRoush thansk for the review. Note I'm reviewing it to avoid the early return, in raylib I try to avoid/minimize early-retruns when possible

@MatthewRoush

Copy link
Copy Markdown
Contributor Author

Good to know, I was unaware of the early return policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants