From 9b1c7caceff6af24d76146bcc7a4495ff9ef3ede Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 15 Nov 2025 21:33:50 +0100 Subject: Simplify render command buffer --- src/platform_glfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform_glfw.c') diff --git a/src/platform_glfw.c b/src/platform_glfw.c index 211df47..96b533c 100644 --- a/src/platform_glfw.c +++ b/src/platform_glfw.c @@ -11,7 +11,7 @@ #include -#include +#include static void window_resize_callback(GLFWwindow *restrict window, int width, int height); static void framebuffer_resize_callback(GLFWwindow *restrict window, int width, int height); -- cgit v1.3