diff --git a/src/Affection/Types.hs b/src/Affection/Types.hs index 1bb4d24..ecfd039 100644 --- a/src/Affection/Types.hs +++ b/src/Affection/Types.hs @@ -82,7 +82,7 @@ data AffectionData us = AffectionData , drawFormat :: B.BablFormatPtr -- ^ Target format , drawStack :: [DrawRequest] -- ^ Stack of 'DrawRequest's to be processed , drawPixels :: Ptr () -- ^ Destination Pixel buffer - , drawDimensions :: (Int, Int) -- ^ Dimensions of target surface + , drawDimensions :: (Int, Int) -- ^ Dimensions of target surface , drawStride :: Int -- ^ Stride of target buffer , drawCPP :: Int -- ^ Number of components per pixel , elapsedTime :: Double -- ^ Elapsed time in seconds