summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/World.lua')
-rw-r--r--not/World.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/not/World.lua b/not/World.lua
index 62988ae..ebc7d9f 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -205,6 +205,9 @@ function World:update (dt)
table.remove(self.Rays, key)
end
end
+
+ -- Some additional debug info.
+ dbg_msg = string.format("%sMap: %s\nClouds: %d\n", dbg_msg, self.map.filepath, self:getCloudsCount())
end
-- Draw