Raygui wrapper library is now object based.
This commit is contained in:
@@ -22,7 +22,7 @@ local function deepCopy( orig )
|
||||
return copy
|
||||
end
|
||||
|
||||
Matrix = {}
|
||||
local Matrix = {}
|
||||
Matrix.meta = {
|
||||
__index = Matrix,
|
||||
__tostring = function( m )
|
||||
|
||||
Reference in New Issue
Block a user