typo
This commit is contained in:
parent
2ea955d37d
commit
bca6fd69e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue