Cleaunp: Modify comment

This commit is contained in:
Antonio Vazquez 2022-02-14 16:39:06 +01:00
parent 3b14224881
commit d8e2f612ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;