just some comment alignment

This commit is contained in:
nek0 2017-02-24 17:11:52 +01:00
parent 130d941779
commit 896a64a6fc
1 changed files with 1 additions and 1 deletions

View File

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