Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing semi-colon in RAYGUI_DEBUG_TEXT_BOUNDS debug #274

Closed
andrewharker opened this issue Apr 23, 2023 · 0 comments · Fixed by #275
Closed

Missing semi-colon in RAYGUI_DEBUG_TEXT_BOUNDS debug #274

andrewharker opened this issue Apr 23, 2023 · 0 comments · Fixed by #275

Comments

@andrewharker
Copy link
Contributor

Thanks for a great set of libraries. I noticed that when setting RAYGUI_DEBUG_TEXT_BOUNDS then the following is compiled and errors with missing semicolon at the end of the GuiDrawRectangle call

#if defined(RAYGUI_DEBUG_TEXT_BOUNDS)
    GuiDrawRectangle(bounds, 0, WHITE, Fade(RED, 0.4f))
#endif
andrewharker added a commit to andrewharker/raygui that referenced this issue Apr 23, 2023
raysan5 pushed a commit that referenced this issue Apr 23, 2023
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 a pull request may close this issue.

1 participant