receive review comments and modify

This commit is contained in:
caitianchi-mb
2024-05-31 15:06:30 +08:00
parent 88f5e6ab36
commit a913ca4cb9
3 changed files with 3 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ static bool bicubic_resize(const clip_image_u8 &img, clip_image_u8 &dst, int tar
}
}
}
return true;
}