summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/World.lua')
-rw-r--r--not/World.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/World.lua b/not/World.lua
index f2dc391..62988ae 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -67,10 +67,10 @@ function World:buildMap ()
end
end
--- TODO: Spawn some clouds after cloudGenerator has been initialized.
function World:initClouds ()
if self.map.clouds then
self.cloudGenerator = CloudGenerator(self)
+ self.cloudGenerator:run(6, true)
end
end