Upversioned from 0.1.2-SNAPSHOT to 0.1.2 for release

This commit is contained in:
Simon Brooke 2014-07-30 13:13:43 +01:00
parent 7c0a64a6a9
commit 91d3c7f4dd
4 changed files with 9 additions and 9 deletions

View file

@ -34,7 +34,7 @@
(if (not (= map ""))
(session/put! :world
(heightmap/apply-heightmap
(as-file (str "/img/heightmaps/" map ".png")))))
(io/get-resource (str "/img/heightmaps/" map ".png")))))
(if (not (= rulefile ""))
(do
(session/put! :rule-text (io/slurp-resource rulepath))