aboutsummaryrefslogtreecommitdiff
path: root/Final.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Final.hs')
-rw-r--r--Final.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Final.hs b/Final.hs
index 4fd50e0..3b3e2c4 100644
--- a/Final.hs
+++ b/Final.hs
@@ -346,7 +346,7 @@ main = do
(mapping,water) <- getWaterQuads arr coloredArr
coloredArr2 <- mapArray (\idx -> if idx == 0 then -1 else Map.findWithDefault (-1) idx mapping) coloredArr
- printShowArray coloredArr2
+ -- printShowArray coloredArr2
{- Kick off SDL with the callbacks defined in Resources -}
makeResources surface (createBuilder arr) forestLocations jungleLocations water arr coloredArr2