From 87946cb5012816061229ef8919650d86f6f63154 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Wed, 14 May 2014 20:13:40 +0200 Subject: [PATCH] modified camara-height-limit to reflect later game better --- src/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index 8390f1f..0d97808 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -93,8 +93,8 @@ main = --TTF.setFontHinting font TTFHNormal glHud' <- initHud - let zDistClosest' = 1 - zDistFarthest' = zDistClosest' + 50 + let zDistClosest' = 2 + zDistFarthest' = zDistClosest' + 10 --TODO: Move near/far/fov to state for runtime-changability & central storage fov = 90 --field of view near = 1 --near plane