Explorar o código

Fix setColor;

bjorn hai 5 meses
pai
achega
8fd4ced9c4

+ 2 - 2
api/init.lua

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

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

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

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

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