Skip to content

Fix Windows build after raylib 5.5 upgrade#25

Merged
aweeri merged 1 commit intoaweeri:mainfrom
sandrwich:fix/windows-raylib-api
Mar 21, 2026
Merged

Fix Windows build after raylib 5.5 upgrade#25
aweeri merged 1 commit intoaweeri:mainfrom
sandrwich:fix/windows-raylib-api

Conversation

@sandrwich
Copy link
Copy Markdown
Contributor

The raylib 5.5 upgrade in #18 removed the lineThick parameter from DrawRectangleRoundedLines. The rotator UI code used #if platform guards to pick between the old 5-arg and new 4-arg signatures, but now all platforms are on 5.5.

Replaces all three call sites with DrawRectangleRoundedLinesEx which keeps the lineThick parameter across all platforms.

@aweeri aweeri merged commit 0feb5cf into aweeri:main Mar 21, 2026
5 checks passed
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