Fixed chunk source for colorlib load()

This commit is contained in:
IgorTimofeev 2022-06-07 02:05:02 +03:00
parent d29596c026
commit 3fa621ba31

View File

@ -60,7 +60,7 @@ if computer.getArchitecture and computer.getArchitecture() == "Lua 5.3" then
return closestIndex - 1
end
]])(palette)
]], "=lua53colorfunctions")(palette)
else
integerToRGB, RGBToInteger, blend, transition, to8Bit = load([[
local mathHuge, palette = math.huge, select(1, ...)
@ -165,7 +165,7 @@ else
return closestIndex - 1
end
]])(palette)
]], "=lua52colorfunctions")(palette)
end
--------------------------------------------------------------------------------