From bdd707c4fa6587d0b3a9d2a502fea90d894f0846 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 25 Jul 2014 09:54:21 +0100 Subject: [PATCH] Oops! Last commit was premature... --- src/mw_engine/heightmap.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mw_engine/heightmap.clj b/src/mw_engine/heightmap.clj index e60f1c4..330885b 100644 --- a/src/mw_engine/heightmap.clj +++ b/src/mw_engine/heightmap.clj @@ -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