From b011b2ca4e161fea2a742cb9b1673cd84cf0eba5 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 5 Aug 2024 23:35:57 +0300 Subject: GetRayBoxCells fix. --- include/state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 8168535..309a284 100644 --- a/include/state.h +++ b/include/state.h @@ -37,9 +37,9 @@ typedef struct { GLFWcursorenterfun raylibCursorEnterCallback; GLFWjoystickfun raylibJoystickCallback; /* NOTE! Experimental. Needs glfw PR https://github.com/glfw/glfw/pull/1445 */ - GLFWpentabletdatafun glfwtabletDataCallback; - GLFWpentabletcursorfun glfwtabletCursorCallback; - GLFWpentabletproximityfun glfwtabletProximityCallback; + GLFWpentabletdatafun glfwTabletDataCallback; + GLFWpentabletcursorfun glfwTabletCursorCallback; + GLFWpentabletproximityfun glfwTabletProximityCallback; #elif PLATFORM_DESKTOP_SDL int SDL_eventQueueLen; SDL_Event* SDL_eventQueue; -- cgit v1.2.3