summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 280f5d9..8736257 100644
--- a/main.lua
+++ b/main.lua
@@ -116,7 +116,6 @@ function love.keypressed(key)
table.insert(nauts, {naut.name, naut.controller})
end
local new = World:new(map, nauts)
- Scene:delete()
changeScene(new)
end
end