spacing
This commit is contained in:
parent
59b0160144
commit
1016096a00
|
@ -212,11 +212,11 @@ Image *StreamBase::prepareImage( Image *image ) {
|
||||||
Debug( 3, "Cropping to %d,%d -> %d,%d", last_crop.LoX(), last_crop.LoY(), last_crop.HiX(), last_crop.HiY() );
|
Debug( 3, "Cropping to %d,%d -> %d,%d", last_crop.LoX(), last_crop.LoY(), last_crop.HiX(), last_crop.HiY() );
|
||||||
if ( !image_copied ) {
|
if ( !image_copied ) {
|
||||||
static Image copy_image;
|
static Image copy_image;
|
||||||
copy_image.Assign( *image );
|
copy_image.Assign(*image);
|
||||||
image = ©_image;
|
image = ©_image;
|
||||||
image_copied = true;
|
image_copied = true;
|
||||||
}
|
}
|
||||||
image->Crop( last_crop );
|
image->Crop(last_crop);
|
||||||
}
|
}
|
||||||
last_scale = scale;
|
last_scale = scale;
|
||||||
last_zoom = zoom;
|
last_zoom = zoom;
|
||||||
|
|
Loading…
Reference in New Issue