This commit is contained in:
GreenComfyTea
2022-07-13 08:17:33 +03:00
parent 80cae0017d
commit 1bf73a5f0c
3 changed files with 21 additions and 4 deletions

View File

@@ -37,8 +37,6 @@ function drawing.limit_text_size(text, size_limit)
return;
end
--do return end;
local limited_text = text;
while true do
local text_width, text_height = drawing.font:measure(limited_text);