Oops! Last commit was premature...

This commit is contained in:
Simon Brooke 2014-07-25 09:54:21 +01:00
parent e48ad3f891
commit bdd707c4fa

View file

@ -36,6 +36,7 @@
(defn tag-gradients
"Set the `gradient` property of each cell in this `world` to the difference in
altitude between its highest and lowest neghbours."
[world]
(map-world world tag-gradient))
(defn transform-altitude