Skip to content

Commit 8fd4ced

Browse files
committed
Fix setColor;
1 parent 221200b commit 8fd4ced

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21286,7 +21286,7 @@ return {
2128621286
{
2128721287
name = "t",
2128821288
type = "table",
21289-
descriptioin = "A table of 3 or 4 color components."
21289+
description = "A table of 3 or 4 color components."
2129021290
}
2129121291
},
2129221292
returns = {}
@@ -27276,7 +27276,7 @@ return {
2727627276
{
2727727277
name = "t",
2727827278
type = "table",
27279-
descriptioin = "A table of 3 or 4 color components."
27279+
description = "A table of 3 or 4 color components."
2728027280
}
2728127281
},
2728227282
returns = {}

api/lovr/graphics/Pass/setColor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ return {
2222
},
2323
t = {
2424
type = 'table',
25-
descriptioin = 'A table of 3 or 4 color components.'
25+
description = 'A table of 3 or 4 color components.'
2626
},
2727
hex = {
2828
type = 'number',

api/lovr/headset/Layer/setColor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ return {
2525
},
2626
t = {
2727
type = 'table',
28-
descriptioin = 'A table of 3 or 4 color components.'
28+
description = 'A table of 3 or 4 color components.'
2929
},
3030
hex = {
3131
type = 'number',

0 commit comments

Comments
 (0)