Don't show the grid demo, since it doesn't work that well without keyboard handling.

This commit is contained in:
Martijn Versteegh 2020-10-07 11:42:45 +02:00
parent 737bb49754
commit dc635effbc

View File

@ -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);