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 9de99e6c..f2f41320 100644 --- a/src/detector.c +++ b/src/detector.c @@ -166,6 +166,6 @@ void record_image(struct image *image) } } - + image->data = bloom(image->hdr, image->width, image->height); } |