aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-04-24 18:43:14 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-04-24 18:43:14 -0400
commit3fb5e6b1eca24e536f8ab1130a7e4bd9c418fa41 (patch)
treef996d33b2dfe958e369df3c6fff567e933e29276 /Scripts
parent52cfc041425a80ffd7ec63b3aaa94289ec61a977 (diff)
parent5b1c22529a946a782a8376de2b34c28348d078d1 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev2 into audio
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
}