diff options
Diffstat (limited to 'examples/resources/lib/matrix.lua')
| -rw-r--r-- | examples/resources/lib/matrix.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
