Skip to content

Commit

Permalink
uitools.c clear drop callback
Browse files Browse the repository at this point in the history
  • Loading branch information
aftersomemath committed Mar 24, 2022
1 parent bd575d3 commit 2c45390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/uitools.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ void uiClearCallback(GLFWwindow* wnd) {
glfwSetScrollCallback(wnd, NULL);
glfwSetWindowSizeCallback(wnd, NULL);
glfwSetWindowRefreshCallback(wnd, NULL);
glfwSetDropCallback(wnd, NULL);
}


Expand Down

0 comments on commit 2c45390

Please sign in to comment.