Fixing progress bar increment error.

Fixes #34
dev
Andy Meneely 2015-02-07 08:19:17 -05:00
parent ddb1f983be
commit 5235b15fe4
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ module Squib
surface = trim(@cards[i].cairo_surface, p[:trim], @width, @height)
cc.set_source(surface, x, y)
cc.paint
bar.increment
num_this_sheet += 1
x += surface.width + p[:gap]
if num_this_sheet % p[:columns] == 0 # new row