mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -08:00
Fix limit_text_size function on Linux.
This commit is contained in:
@@ -34,7 +34,7 @@ end
|
||||
|
||||
function drawing.limit_text_size(text, size_limit)
|
||||
if d2d == nil then
|
||||
return;
|
||||
return text;
|
||||
end
|
||||
|
||||
--do return end;
|
||||
|
||||
Reference in New Issue
Block a user