From be39fd96344ee1f4f85ac5c63b4e5f9daf6e5171 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 Oct 2023 15:24:11 +0200 Subject: GlyphInfo type. Some new text and core functions. --- examples/resources/lib/utillib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/resources/lib') diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index ed4e787..94e33f9 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -131,7 +131,7 @@ function utillib.toBoolean( v ) return false end -function utillib.boo2Number( bool ) +function utillib.bool2Number( bool ) return bool and 1 or 0 end -- cgit v1.2.3