summaryrefslogtreecommitdiff
path: root/client/camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'client/camera.lua')
-rw-r--r--client/camera.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/camera.lua b/client/camera.lua
index 528b45b..bb1d8a6 100644
--- a/client/camera.lua
+++ b/client/camera.lua
@@ -12,7 +12,7 @@ function Camera.make(cls,pos,zoom)
return setmetatable({pos=pos,zoom=zoom},cls)
end
function Camera.apply_trans(self)
- love.graphics.origin()
+ -- love.graphics.origin()
-- centre (0,0) in the middle of the screen
love.graphics.translate(screen_width/2,screen_height/2)
-- apply camera transformations