add sysTime

This commit is contained in:
nek0 2017-07-29 02:47:26 +02:00
parent 61a36984ae
commit 686b2873a2
1 changed files with 1 additions and 0 deletions

View File

@ -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?
}