This commit is contained in:
nek0 2020-10-16 06:00:30 +02:00
parent 2ea955d37d
commit bca6fd69e1

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