aboutsummaryrefslogtreecommitdiffstats
path: root/core.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core.lua')
-rw-r--r--core.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/core.lua b/core.lua
index cbccbae..42b1ae1 100644
--- a/core.lua
+++ b/core.lua
@@ -99,7 +99,8 @@ local function draw()
for i = 1,draw_items.n do draw_items[i]() end
-- restore graphics state
- love.graphics.setLine(lw, ls)
+ love.graphics.setLineWidth(lw)
+ love.graphics.setLineStyle(ls)
if f then love.graphics.setFont(f) end
love.graphics.setColor(c)