mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Так, у нас там ввели Lua 5.4, чтоб оно криво не детектило
(вроде оптимайзед не ломается на ней)
This commit is contained in:
parent
2bb6da5d0c
commit
9c64fdb125
@ -8,7 +8,7 @@ local color = {}
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
-- Optimized Lua 5.3 bitwise support
|
||||
if computer.getArchitecture and computer.getArchitecture() == "Lua 5.3" then
|
||||
if computer.getArchitecture and computer.getArchitecture() ~= "Lua 5.2" then
|
||||
integerToRGB, RGBToInteger, blend, transition, to8Bit = load([[
|
||||
local mathHuge, palette = math.huge, select(1, ...)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user