Fix T41241: VSE: cropping strips puts a transparent line through the image.

This commit is contained in:
Bastien Montagne 2014-07-30 17:28:48 +02:00
parent 70d69aa2ae
commit fa8d38da74
Notes: blender-bot 2023-05-22 12:40:41 +02:00
Referenced by issue #41241, VSE: cropping strips puts a transparent line through the image
1 changed files with 1 additions and 1 deletions

View File

@ -1353,7 +1353,7 @@ static ImBuf *scaleupy(struct ImBuf *ibuf, int newy)
val_g += 0.5f;
val_r = rect[3];
nval_r = rect[skipx + 4];
nval_r = rect[skipx + 3];
diff_r = nval_r - val_r;
val_r += 0.5f;