add sysTime
This commit is contained in:
parent
61a36984ae
commit
686b2873a2
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ data AffectionData us = AffectionData
|
|||
, drawCPP :: Int -- ^ Number of components per pixel
|
||||
, elapsedTime :: Double -- ^ Elapsed time in seconds
|
||||
, deltaTime :: Double -- ^ Elapsed time in seconds since last tick
|
||||
, sysTime :: TimeSpec -- ^ System time (NOT the time on the clock)
|
||||
, pausedTime :: Bool -- ^ Should the update loop be executed?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue