Skip to content

Commit

Permalink
Return pod in MaterialColors Lua encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Aug 16, 2023
1 parent 9d2418d commit adbdde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbx_dom_lua/src/EncodedValue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ types = {
math.round(math.clamp(color.B, 0, 1) * 255)
}
end
return pod
end,
},

Expand Down

0 comments on commit adbdde4

Please sign in to comment.