oop, invalidate mask as well

This commit is contained in:
John Cupitt 2014-01-29 12:21:47 +00:00
parent 9cb152596c
commit 1564213b67
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ render_work( VipsThreadState *state, void *a )
* modified render->out. * modified render->out.
*/ */
vips_image_invalidate_all( render->out ); vips_image_invalidate_all( render->out );
vips_image_invalidate_all( render->mask );
/* Now clients can update. /* Now clients can update.
*/ */