summaryrefslogtreecommitdiffhomepage
path: root/not/Camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Camera.lua')
-rw-r--r--not/Camera.lua2
1 files changed, 1 insertions, 1 deletions
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())