Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.89k stars 533 forks source link

demo: Fix overview's `nk_bool` usage #607

Closed RobLoach closed 5 months ago

RobLoach commented 5 months ago

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.