about summary refs log tree commit diff stats
path: root/drawing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'drawing.lua')
-rw-r--r--drawing.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawing.lua b/drawing.lua
index 74231ca..330af31 100644
--- a/drawing.lua
+++ b/drawing.lua
@@ -56,7 +56,7 @@ function Drawing.draw(line)
           local name_text
           -- TODO: avoid computing name width on every repaint
           if p.name == '' then
-            name_text = App.newText(love.graphics.getFont(), 'm')  -- 1em
+            name_text = Em
           else
             name_text = App.newText(love.graphics.getFont(), p.name)
           end