diff options
Diffstat (limited to 'src/Bitmap.hs')
-rw-r--r-- | src/Bitmap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bitmap.hs b/src/Bitmap.hs index 3479e28..c512ff2 100644 --- a/src/Bitmap.hs +++ b/src/Bitmap.hs @@ -60,4 +60,4 @@ drawBitmap d p gc fc bc x y i = h = height i setForeground d gc fc' setBackground d gc bc' - copyPlane d (pixmap i) p gc 0 0 w h x (y - (fromIntegral h)) 1 + copyPlane d (pixmap i) p gc 0 0 w h x (y - fromIntegral h) 1 |