mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
Fixed chunk source for colorlib load()
This commit is contained in:
parent
d29596c026
commit
3fa621ba31
@ -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
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user