diff options
Diffstat (limited to 'not')
-rw-r--r-- | not/World.lua | 2 |
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 |