Offset is absolute
This commit is contained in:
parent
0f18f97cfa
commit
457d6d775c
@ -145,7 +145,7 @@ local function fitText(text, widthBudget, alignEnd)
|
||||
return text
|
||||
end
|
||||
local textStart = alignEnd and (#text - widthBudget + 1) or 1
|
||||
local textEnd = (alignEnd and #text - textStart) or widthBudget
|
||||
local textEnd = (alignEnd and #text) or widthBudget
|
||||
return text:sub(textStart, textEnd)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user