8f1ce6f0c1
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. |
||
---|---|---|
.. | ||
filebrowser | ||
calculator.c | ||
canvas.c | ||
file_browser.c | ||
node_editor.c | ||
overview.c | ||
style.c |