From a1b79a55d2d70660aa156da460ee2e55ebc99183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 12 Aug 2012 06:10:27 +0200 Subject: Change how Cairo is presented to Lua scripts. Makes the whole thing a bit more stable and less weird. --- share/library/Misc/junction.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/library/Misc/junction.lua') diff --git a/share/library/Misc/junction.lua b/share/library/Misc/junction.lua index 75fbafb..c7c399b 100644 --- a/share/library/Misc/junction.lua +++ b/share/library/Misc/junction.lua @@ -17,8 +17,8 @@ local terminals = {} -- Rendering local render = function (cr) -- The disk - cr.arc (0, 0, 0.3, 0, math.pi * 2) - cr.fill () + cr:arc (0, 0, 0.3, 0, math.pi * 2) + cr:fill () end -- Register the symbol -- cgit v1.2.3