diff --git a/src/Affection/Types.hs b/src/Affection/Types.hs index cb352ae..be4effb 100644 --- a/src/Affection/Types.hs +++ b/src/Affection/Types.hs @@ -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? }