summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-06 16:16:05 +0200
committerAki <nthirtyone@gmail.com>2017-04-06 16:16:05 +0200
commit970655737ce7f497f0725d28605fc296c9923a64 (patch)
tree44091cce2b955bf82eba90db1cb3053a0774fa48 /not/World.lua
parent2508af1856d4b30678e11fa610c0449bf2135ed0 (diff)
downloadroflnauts-970655737ce7f497f0725d28605fc296c9923a64.zip
roflnauts-970655737ce7f497f0725d28605fc296c9923a64.tar.gz
roflnauts-970655737ce7f497f0725d28605fc296c9923a64.tar.bz2
Hotfix for destroyed body crash
Diffstat (limited to 'not/World.lua')
-rw-r--r--not/World.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/not/World.lua b/not/World.lua
index 6e57ac1..d234413 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -11,7 +11,6 @@ World = {
Effects = nil,
Rays = nil,
camera = nil,
- isActive = true,
-- cloud generator
clouds_delay = 5,
-- Map
@@ -234,7 +233,6 @@ end
-- LÖVE2D callbacks
-- Update ZU WARUDO
function World:update (dt)
-
self.world:update(dt)
self.camera:update(dt)
-- Engine world: Nauts, Grounds (kek) and Decorations - all Animateds (top kek)