Explorar o código

Fix setColor;

bjorn hai 6 meses
pai
achega
8fd4ced9c4
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  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',