From dba5c9d8098a44421b8b03667d9246c79a4f7ed4 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 12 May 2014 11:30:29 +0200 Subject: [PATCH] removed debug-print --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 0a72ba3..9196daf 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -248,7 +248,7 @@ run = do now' <- getCurrentTime return (now',tessChange,sleepAmount,ddiff) -- set state with new clock-time - liftIO $ putStrLn $ unwords ["clockFactor:",show (state ^. io.tessClockFactor),"\ttc:", show (tc (state ^. gl.glMap.stateTessellationFactor)),"\tsleep ",show frameTime,"ms"] + --liftIO $ putStrLn $ unwords ["clockFactor:",show (state ^. io.tessClockFactor),"\ttc:", show (tc (state ^. gl.glMap.stateTessellationFactor)),"\tsleep ",show frameTime,"ms"] modify $ (io.clock .~ mt) . (gl.glMap.stateTessellationFactor %~ tc) . (io.tessClockFactor %~ (((+) frameTime).((*) 0.99)))