From 314d0412a53b8e012ec183c503a69cc32e24ab34 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 26 Jun 2022 15:03:08 +0300 Subject: Get font info. --- 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 66916fe..8d3ce9e 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -13,7 +13,7 @@ function utillib.deepCopy( orig ) copy = {} for origKey, origValue in next, orig, nil do - -- If object has clone method use that. Mainly for vector libraries. + -- If object has clone method, use that. if type( origValue ) == "table" and type( origValue.clone ) == "function" then copy[ utillib.deepCopy( origKey ) ] = orig_value:clone() else -- cgit v1.2.3