|
@@ -13,7 +13,7 @@
|
|
|
local setmetatable = setmetatable
|
|
local setmetatable = setmetatable
|
|
|
local tostring = tostring
|
|
local tostring = tostring
|
|
|
local assert = assert
|
|
local assert = assert
|
|
|
-local unpack = unpack
|
|
|
|
|
|
|
+local unpack = unpack or table.unpack
|
|
|
local remove = table.remove
|
|
local remove = table.remove
|
|
|
local sqrt = math.sqrt
|
|
local sqrt = math.sqrt
|
|
|
local max = math.max
|
|
local max = math.max
|