Don't show the grid demo, since it doesn't work that well without keyboard handling.
This commit is contained in:
parent
737bb49754
commit
dc635effbc
@ -177,7 +177,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
nk_end(&(context->ctx));
|
||||
|
||||
grid_demo(&(context->ctx));
|
||||
// grid_demo(&(context->ctx));
|
||||
|
||||
nk_sdlsurface_render(context, clear, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user