From e732b936d4a2c40057eefebed9e6b2e653aeea27 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 14 Apr 2023 18:49:05 +0300 Subject: Raygui wrapper lib finished. --- src/rgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rgui.c b/src/rgui.c index e2c1fa0..a3bdbd0 100644 --- a/src/rgui.c +++ b/src/rgui.c @@ -353,7 +353,7 @@ Scroll Panel control - Success return Rectangle, Vector2 */ int lguiGuiScrollPanel( lua_State *L ) { - if ( !lua_istable( L, 1 ) || !lua_isstring( L, 2 ) || lua_istable( L, 3 ) || !lua_istable( L, 4 ) ) { + if ( !lua_istable( L, 1 ) || !lua_isstring( L, 2 ) || !lua_istable( L, 3 ) || !lua_istable( L, 4 ) ) { TraceLog( LOG_WARNING, "%s", "Bad call of function. RL.GuiScrollPanel( Rectangle bounds, string text, Rectangle content, Vector2 scroll )" ); lua_pushboolean( L, false ); return 1; -- cgit v1.2.3