Update Nuklear to 1.40.0

This commit is contained in:
Camilla Löwy
2017-07-30 14:52:26 +02:00
parent 213dd2d0d6
commit 85eda77d35
4 changed files with 2229 additions and 860 deletions

View File

@@ -140,7 +140,7 @@ int main(int argc, char** argv)
}
nk_end(nk);
nk_glfw3_render(NK_ANTI_ALIASING_ON, 10000, 1000);
nk_glfw3_render(NK_ANTI_ALIASING_ON);
glfwSwapBuffers(window);
glfwWaitEventsTimeout(1.0);