From 6ed92013f8096057e4aad3f5a730e3586d9eb0e6 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 11 Sep 2017 02:17:07 +0200 Subject: Hotfix for Camera's translatePoints --- not/Camera.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/not/Camera.lua b/not/Camera.lua index f2211fa..8008a0d 100644 --- a/not/Camera.lua +++ b/not/Camera.lua @@ -71,7 +71,7 @@ end function Camera:translatePoints (...) local a = {...} local r = {} - local x,y = self:getOffsets() + local x,y = 0,0 for k,v in pairs(a) do if k%2 == 1 then table.insert(r, (v + x) * getScale()) -- cgit v1.1