diff --git a/Makefile b/Makefile index 622f9ba3..167f46e5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ RACK_DIR ?= . -VERSION = 0.6.2b +VERSION = 0.6.2c FLAGS += \ -Iinclude \ diff --git a/src/window.cpp b/src/window.cpp index bfba3a99..0245f57a 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -439,6 +439,7 @@ void windowRun() { // Poll events glfwPollEvents(); + glfwMakeContextCurrent(gWindow); { double xpos, ypos; glfwGetCursorPos(gWindow, &xpos, &ypos);