Removed GLFWthreadmodel and glfwInitWithModels.

This commit is contained in:
Camilla Berglund
2012-02-04 01:37:47 +01:00
parent 609c008a19
commit b997db3a8b
26 changed files with 25 additions and 46 deletions

View File

@@ -379,7 +379,7 @@ int main(int argc, char* argv[])
GLFWwindow window;
double t, dt_total, t_old;
if (!glfwInit())
if (!glfwInit(NULL))
{
fprintf(stderr, "GLFW initialization failed\n");
exit(EXIT_FAILURE);