Skip to content
Snippets Groups Projects
Commit fbd6bb65 authored by DarkGod's avatar DarkGod
Browse files

fix

parent 79f399d9
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ end
function _M:generate()
-- Draw UI
local w, h = self.font:size(self.text)
w=w*1.1
self.w, self.h = w - frame_ox1 + frame_ox2, h - frame_oy1 + frame_oy2
local s = core.display.newSurface(w, h)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment