diff options
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index fae37126..16972b56 100644 --- a/src/detector.c +++ b/src/detector.c @@ -182,7 +182,7 @@ void record_image(struct image *image) image->hdr[x + image->width*y] = counts; } - progress_bar(x, image->width-1); + progress_bar(x, image->width-1, "Adding water and noise"); } if ( do_bloom ) { |