diff options
-rw-r--r-- | src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c index dc378480..1816b981 100644 --- a/src/detector.c +++ b/src/detector.c @@ -174,6 +174,7 @@ void record_image(struct image *image) image->hdr[x + image->width*y] = counts; } + progress_bar(x, image->width-1); } if ( do_bloom ) { |