Browse Source

Remove debugging.

tags/v1.1.4
Andrew Belt 5 years ago
parent
commit
a21d7d7100
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/window.cpp

+ 0
- 1
src/window.cpp View File

@@ -130,7 +130,6 @@ static void cursorPosCallback(GLFWwindow* win, double xpos, double ypos) {
window->internal->ignoreNextMouseDelta = false;
mouseDelta = math::Vec();
}
DEBUG("(%f %f) (%f %f)", VEC_ARGS(mouseDelta), VEC_ARGS(mousePos));

int cursorMode = glfwGetInputMode(win, GLFW_CURSOR);
(void) cursorMode;


Loading…
Cancel
Save