diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:15:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:15:53 +0800 |
commit | 86616712e365dd84d03a559f5b69c5e87ab5eed1 (patch) | |
tree | 3aef774af7cd7053e911f707da8ee0b755114479 /meta/3rd/love2d/library/love.math.lua | |
parent | 2646668ef25f8a90d07f2cc929a037e62c729381 (diff) | |
download | lua-language-server-86616712e365dd84d03a559f5b69c5e87ab5eed1.zip |
update
Diffstat (limited to 'meta/3rd/love2d/library/love.math.lua')
-rw-r--r-- | meta/3rd/love2d/library/love.math.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/love2d/library/love.math.lua b/meta/3rd/love2d/library/love.math.lua index 2eafb9b7..2cc07c15 100644 --- a/meta/3rd/love2d/library/love.math.lua +++ b/meta/3rd/love2d/library/love.math.lua @@ -424,7 +424,7 @@ function Transform:scale(sx, sy) end --- ---Directly sets the Transform's internal 4x4 transformation matrix. --- ----@overload fun(layout: love.MatrixLayout, e1_1: number, e1_2: number, ...: number, e4_4: number):love.Transform +---@overload fun(layout: love.MatrixLayout, e1_1: number, e1_2: number, ..., e4_4: number):love.Transform ---@overload fun(layout: love.MatrixLayout, matrix: table):love.Transform ---@overload fun(layout: love.MatrixLayout, matrix: table):love.Transform ---@param e1_1 number # The first column of the first row of the matrix. |