From 06aaf6e0bab748c2b491c8a56715c9ac74f1e36e Mon Sep 17 00:00:00 2001 From: orangerot Date: Tue, 14 Oct 2025 04:15:52 +0200 Subject: [PATCH] fix: remove printf debugging --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 78af96d..1207254 100644 --- a/main.c +++ b/main.c @@ -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,