From cddfc09ccc286726736fa436a10919021a177b69 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 25 Oct 2024 21:19:42 +0300 Subject: glDepthRange and glPolygonOffset. --- src/rgui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rgui.c') diff --git a/src/rgui.c b/src/rgui.c index f1532a3..befb725 100644 --- a/src/rgui.c +++ b/src/rgui.c @@ -117,7 +117,7 @@ int lguiGuiGetState( lua_State* L ) { } /* -> RL.GuiSetSliderDragging() +> RL.GuiSetSliderDragging( bool dragging ) Set guiSliderDragging */ @@ -143,7 +143,7 @@ int lguiGuiGetSliderDragging( lua_State* L ) { } /* -> RL.GuiSetSliderActive() +> RL.GuiSetSliderActive( Rectange rect ) Set guiSliderActive */ -- cgit v1.2.3