summaryrefslogtreecommitdiff
path: root/src/platform_glfw.c
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-12-18 21:29:42 +0000
committeronelin <oscar@nelin.dk>2025-12-18 21:29:42 +0000
commit49fbbcc95e1234e0eb1464fc877b0264c5fcb9d1 (patch)
treea100a111367c72bdb26f97a939a705fee7c77d1f /src/platform_glfw.c
parente16066c07a9e0f09ffc5360b56bf5c0a1faf6c3d (diff)
Cleanup DEBUG prints
Diffstat (limited to 'src/platform_glfw.c')
-rw-r--r--src/platform_glfw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platform_glfw.c b/src/platform_glfw.c
index ea743b5..c964415 100644
--- a/src/platform_glfw.c
+++ b/src/platform_glfw.c
@@ -155,7 +155,6 @@ static void window_resize_callback(GLFWwindow* window, int width, int height) {
const GladGLContext* gl = w->context;
gl->Finish();
}
- DEBUG("WINDOW RESIZE <%d,%d>\n", width, height);
}
static void framebuffer_resize_callback(GLFWwindow* window, int width, int height) {
@@ -172,7 +171,6 @@ static void framebuffer_resize_callback(GLFWwindow* window, int width, int heigh
window_reset_cameras(w, i->mem->data, w->render_targets);
//r_reset_camera(c);
}
- DEBUG("FRAMEBUFFER RESIZE <%d,%d>\n", width, height);
}
static void glfw_err_callback(int code, const char* description) {