From dc2edd69440fcc2470a45562149166695d4edbcc Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 14 Apr 2023 00:11:58 +0300 Subject: Raygui wrapper lib. --- examples/resources/lib/utillib.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/resources/lib/utillib.lua') diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index 3021465..920ebd7 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -114,6 +114,9 @@ function utillib.split( str, sep ) for str in string.gmatch( str, "([^"..sep.."]+)" ) do table.insert( t, str ) end + -- for s in string.gmatch( str, "([^"..sep.."]+)" ) do + -- table.insert( t, s ) + -- end return t end -- cgit v1.2.3