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