From de672a85d2778c47fce0d412cea787405388330c Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 30 Aug 2025 16:41:05 +0300 Subject: DrawMeshInstanced takes transforms as Buffer. --- src/platforms/core_desktop_glfw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/platforms') diff --git a/src/platforms/core_desktop_glfw.c b/src/platforms/core_desktop_glfw.c index 8d9f01c..3bb7c03 100644 --- a/src/platforms/core_desktop_glfw.c +++ b/src/platforms/core_desktop_glfw.c @@ -99,7 +99,6 @@ int lcoreGetKeyScancode( lua_State* L ) { Called when the window is resized. Type GLFW_WINDOW_SIZE_EVENT */ static void windowSizeEvent( GLFWwindow* window, int width, int height ) { -// GLFWwindowsizefun windowSizeEvent( GLFWwindow* window, int width, int height ) { /* Pass through to raylib callback. */ state->raylibWindowSizeCallback( window, width, height ); -- cgit v1.2.3