Fixes a problem where the MaterialColors Lua encoder would return nothing
This commit is contained in:
Kenneth Loeffler
2023-08-16 16:47:04 -07:00
committed by GitHub
parent 066a0b1668
commit c9ab933a23
2 changed files with 12 additions and 16 deletions

View File

@@ -282,6 +282,7 @@ types = {
math.round(math.clamp(color.B, 0, 1) * 255)
}
end
return pod
end,
},