This commit is contained in:
nek0 2020-10-16 06:00:30 +02:00
parent 864aa694ee
commit 29f8551b84

View file

@ -80,7 +80,7 @@ withAffection AffectionConfig{..} = do
-- SDL.swapInterval $= SDL.SynchronizedUpdates -- <- causes Problems with windows -- SDL.swapInterval $= SDL.SynchronizedUpdates -- <- causes Problems with windows
liftIO $ logIO Debug "Getting Time" liftIO $ logIO Debug "Getting Time"
-- print current used GL Version -- print current used GL Version
version <- peerArray0 (0 :: Word8) =<< GLRaw.glGetString GLRaw.GL_VERSION version <- peekArray0 (0 :: Word8) =<< GLRaw.glGetString GLRaw.GL_VERSION
print (B.pack version) print (B.pack version)
-- get current time -- get current time
execTime <- getTime Monotonic execTime <- getTime Monotonic