mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 09:55:55 +02:00
Removed GLFWthreadmodel and glfwInitWithModels.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user