Skip to content

Commit

Permalink
refactor(glfwbackend): don't set glfw context to null
Browse files Browse the repository at this point in the history
  • Loading branch information
anasrar committed Oct 14, 2024
1 parent c5bb738 commit 066975c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/glfwbackend/glfw_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ GLFWwindow *igCreateGLFWWindow(const char *title, int width, int height,

// Install extra callback
glfwSetWindowRefreshCallback(window, glfw_window_refresh_callback);
// glfwMakeContextCurrent(NULL);
return window;
}

Expand Down

0 comments on commit 066975c

Please sign in to comment.