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, 0 insertions, 4 deletions
diff --git a/not/World.lua b/not/World.lua
index d3f126f..08b9710 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -33,10 +33,6 @@ function World:new (map, nauts)
local layer = Layer(320, 180)
layer.ratio = 0
layer.scale = 1
- layer.draw = function (self)
- love.graphics.setColor(255, 255, 255, 255)
- love.graphics.draw(self.canvas, 0, 0, 0, getScale(), getScale())
- end
table.insert(self.layers, layer) -- 7
end