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
+1 -1
View File
@@ -84,7 +84,7 @@ static GLboolean open_window(int width, int height, int mode)
{
double base;
if (!glfwInit())
if (!glfwInit(NULL))
{
fprintf(stderr, "Failed to initialize GLFW: %s\n", glfwErrorString(glfwGetError()));
return GL_FALSE;