aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-10-03 14:54:55 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-10-03 14:54:55 -0400
commit5b1c22529a946a782a8376de2b34c28348d078d1 (patch)
tree43668d02d8488b0385a36f072cae454f869ba440 /Scripts
parentad5a63db312d0029109e6ca0051feaa516419ad2 (diff)
fixes; font mem leak fix
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/world.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/world.lua b/Scripts/world.lua
index 3b56d9a..bb6c61e 100644
--- a/Scripts/world.lua
+++ b/Scripts/world.lua
@@ -103,7 +103,7 @@ world = {
end
end
end
- self:setData(1000, 1345, 5, "grass"); -- Test error checking
+ --self:setData(1000, 1345, 5, "grass"); -- Test error checking
print("Done with world gen");
end
}