From ed62b573417bdc85bec616f6016846b02de4c906 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 1 Aug 2017 04:30:14 +0200 Subject: Fixed leftover from mass replace --- not/Camera.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/not/Camera.lua b/not/Camera.lua index 01d5962..aa4df5b 100644 --- a/not/Camera.lua +++ b/not/Camera.lua @@ -61,7 +61,7 @@ end function Camera:translatePosition (x, y) local x = x or 0 local y = y or 0 - return (x-self.x)*getScale().scale, (y-self.y)*getScale() + return (x-self.x)*getScale(), (y-self.y)*getScale() end function Camera:translatePoints(...) -- cgit v1.1