This commit is contained in:
nek0 2020-10-16 06:00:30 +02:00
parent 2ea955d37d
commit bca6fd69e1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ withAffection AffectionConfig{..} = do
-- SDL.swapInterval $= SDL.SynchronizedUpdates -- <- causes Problems with windows
liftIO $ logIO Debug "Getting Time"
-- 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)
-- get current time
execTime <- getTime Monotonic