Added nunchuk support
This commit is contained in:
parent
d6b28723a2
commit
f86af7816c
2 changed files with 18 additions and 6 deletions
|
@ -66,7 +66,6 @@ mainLoop = do
|
|||
liftIO $ usleep gl $ truncate $ 1e6*(minFrameTime - drender)
|
||||
|
||||
currenttime <- liftIO getCurrentTime
|
||||
liftIO $ print $ diffUTCTime currenttime rtime
|
||||
let d = round $ 1e2*(diffUTCTime currenttime t)
|
||||
|
||||
replicateM_ d simulationStep
|
||||
|
|
Reference in a new issue