mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 13:05:53 +02:00
Removed GLFWthreadmodel and glfwInitWithModels.
This commit is contained in:
@@ -323,7 +323,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
GLFWwindow window;
|
||||
|
||||
if( !glfwInit() )
|
||||
if( !glfwInit(NULL) )
|
||||
{
|
||||
fprintf( stderr, "Failed to initialize GLFW\n" );
|
||||
exit( EXIT_FAILURE );
|
||||
|
||||
Reference in New Issue
Block a user