Updated to new API.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent ad55edf114
commit ee4f2386e7
  1. 2
      tests/title.c

@ -41,7 +41,7 @@ int main(void)
{
GLFWwindow window;
if (!glfwInit())
if (!glfwInit(NULL))
{
fprintf(stderr, "Failed to initialize GLFW: %s\n", glfwErrorString(glfwGetError()));
exit(EXIT_FAILURE);

Loading…
Cancel
Save