소스 검색

Fix setColor;

bjorn 5 달 전
부모
커밋
8fd4ced9c4
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      api/init.lua
  2. 1 1
      api/lovr/graphics/Pass/setColor.lua
  3. 1 1
      api/lovr/headset/Layer/setColor.lua

+ 2 - 2
api/init.lua

@@ -21286,7 +21286,7 @@ return {
                     {
                       name = "t",
                       type = "table",
-                      descriptioin = "A table of 3 or 4 color components."
+                      description = "A table of 3 or 4 color components."
                     }
                   },
                   returns = {}
@@ -27276,7 +27276,7 @@ return {
                     {
                       name = "t",
                       type = "table",
-                      descriptioin = "A table of 3 or 4 color components."
+                      description = "A table of 3 or 4 color components."
                     }
                   },
                   returns = {}

+ 1 - 1
api/lovr/graphics/Pass/setColor.lua

@@ -22,7 +22,7 @@ return {
     },
     t = {
       type = 'table',
-      descriptioin = 'A table of 3 or 4 color components.'
+      description = 'A table of 3 or 4 color components.'
     },
     hex = {
       type = 'number',

+ 1 - 1
api/lovr/headset/Layer/setColor.lua

@@ -25,7 +25,7 @@ return {
     },
     t = {
       type = 'table',
-      descriptioin = 'A table of 3 or 4 color components.'
+      description = 'A table of 3 or 4 color components.'
     },
     hex = {
       type = 'number',