mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -08:00
1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user