Forgot some files

This commit is contained in:
Jonas Betzendahl
2014-02-10 22:00:18 +01:00
parent 3a8d9d2fa2
commit be6bdf4522
2 changed files with 12 additions and 12 deletions

View File

@ -36,7 +36,7 @@ import Graphics.Rendering.OpenGL.Raw.Core31
import Data.Time (getCurrentTime, UTCTime, diffUTCTime)
-- Our modules
import Map.Map
import Map.Graphics
import Render.Misc (checkError,
createFrustum, getCam,
lookAt, up, curb)
@ -420,4 +420,4 @@ processEvent e = do
Quit -> modify $ \s -> s {stateWinClose = True}
-- there is more (joystic, touchInterface, ...), but currently ignored
_ -> return ()
liftIO $ putStrLn $ unwords ["Processing Event:",(show e)]
liftIO $ putStrLn $ unwords ["Processing Event:",(show e)]