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

demo: Fix overview's nk_bool usage #607

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

RobLoach
Copy link
Contributor

The overview demo uses some nk_bools that are typed as ints. While things still do function, if you're using NK_INCLUDE_STANDARD_BOOL, it breaks compilation. This change fixes the nk_bools to be actual nk_bools.

The overview demo uses some `nk_bool`s that are typed as `int`s. While things still do function, if you're using `NK_INCLUDE_STANDARD_BOOL`, it breaks compilation. This change fixes the `nk_bool`s to be actual `nk_bool`s.
@RobLoach RobLoach merged commit 24d6a47 into master Jan 29, 2024
2 checks passed
@RobLoach RobLoach deleted the demo-overview-nk_bool branch March 21, 2024 16:14
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.

1 participant