summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/World.lua')
-rw-r--r--not/World.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/not/World.lua b/not/World.lua
index 7317617..c73a3da 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -251,8 +251,8 @@ end
function World:draw ()
-- Camera stuff
local offset_x, offset_y = self.camera:getOffsets()
- local scale = self.camera.scale
- local scaler = self.camera.scaler
+ local scale = getScale()
+ local scaler = getRealScale()
-- Background
love.graphics.draw(self.background, 0, 0, 0, scaler, scaler)