mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-05-02 05:39:57 -07: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