aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 18:12:14 +0100
committerThomas White <taw@physics.org>2009-11-25 18:12:14 +0100
commitc275432adfec54341839aa903c19a78cde2a734c (patch)
treea7353d6de885d3ef50d3f623d9c03d0a0139d1a5 /src/detector.c
parent0a3ed7206e2bc009ba86a8072530a3f18196cf8f (diff)
Improve progress bar
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c2
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 ) {