From a5d40f70258644b4c631e6917f1883ce548ebbeb Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 30 Nov 2023 19:41:22 +0200 Subject: Raygui wrapper library is now object based. --- examples/resources/lib/matrix.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/resources/lib/matrix.lua') diff --git a/examples/resources/lib/matrix.lua b/examples/resources/lib/matrix.lua index e825102..3b68118 100644 --- a/examples/resources/lib/matrix.lua +++ b/examples/resources/lib/matrix.lua @@ -22,7 +22,7 @@ local function deepCopy( orig ) return copy end -Matrix = {} +local Matrix = {} Matrix.meta = { __index = Matrix, __tostring = function( m ) -- cgit v1.2.3