From d8e2f612ec52ce0272cbc8a5e9ff0c6b89ce16a6 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 14 Feb 2022 16:39:06 +0100 Subject: Cleaunp: Modify comment --- source/blender/editors/gpencil/gpencil_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c index 8095cc479bc..8be34a35ca9 100644 --- a/source/blender/editors/gpencil/gpencil_fill.c +++ b/source/blender/editors/gpencil/gpencil_fill.c @@ -1239,7 +1239,7 @@ static bool contract_shape(ImBuf *ibuf) const float clear[4] = {0.0f, 0.0f, 0.0f, 0.0f}; const int max_size = (ibuf->x * ibuf->y) - 1; - /* detect pixels and expand into red areas */ + /* Detect if pixel is near of no green pixels and mark green to be cleared. */ for (int row = 0; row < ibuf->y; row++) { if (!is_row_filled(ibuf, row)) { continue; -- cgit v1.2.3