diff options
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -69,7 +69,6 @@ void glfw_key_callback(GLFWwindow* window, int key, int scancode, int action, in void glfw_cursor_position_callback(GLFWwindow* window, double xpos, double ypos) { (void) window; - printf("%f %f\n", xpos, ypos); float scale_x = fmin( (float) SCR_HEIGHT / SCR_WIDTH * (float) canvas.height / canvas.width, |
