From 62025440534df25cdfb3766f8b59536cedc707e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 12 Jan 2022 14:52:30 +0800 Subject: fix #902 --- meta/3rd/love2d/library/love.math.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/3rd/love2d/library/love.math.lua') diff --git a/meta/3rd/love2d/library/love.math.lua b/meta/3rd/love2d/library/love.math.lua index 5cd0c64f..14689c86 100644 --- a/meta/3rd/love2d/library/love.math.lua +++ b/meta/3rd/love2d/library/love.math.lua @@ -503,12 +503,12 @@ function Transform:translate(dx, dy) end --- ---The layout of matrix elements (row-major or column-major). --- ----@class love.MatrixLayout +---@alias love.MatrixLayout --- ---The matrix is row-major: --- ----@field row integer +---| '"row"' --- ---The matrix is column-major: --- ----@field column integer +---| '"column"' -- cgit v1.2.3