test commit fr
This commit is contained in:
parent
196abd5e59
commit
bd6d65169f
@ -63,7 +63,6 @@ local IDToDate = { --Terrible ranges but it's all we have
|
|||||||
{173210319088, FromYMD("2023-04-14")}
|
{173210319088, FromYMD("2023-04-14")}
|
||||||
}
|
}
|
||||||
--We assume linear interpolation since anything more complex I can't process
|
--We assume linear interpolation since anything more complex I can't process
|
||||||
|
|
||||||
local function linterp(i1, i2, m)
|
local function linterp(i1, i2, m)
|
||||||
return math.floor(i1 + (i2-i1)*m)
|
return math.floor(i1 + (i2-i1)*m)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user