forked from 12to11/12to11
; * picture_renderer.c (MaybeApplyTransform): Check in missed change.
This commit is contained in:
parent
e001d7cf69
commit
3732001e57
1 changed files with 1 additions and 2 deletions
|
@ -1553,8 +1553,7 @@ MaybeApplyTransform (PictureBuffer *buffer, DrawParams *params)
|
|||
|
||||
if (params->flags & TransformSet)
|
||||
ApplyInverseTransform (buffer->width, buffer->height,
|
||||
&ftransform, params->transform,
|
||||
False);
|
||||
&ftransform, params->transform);
|
||||
|
||||
/* Note that these must be applied in the right order. First,
|
||||
the scale is applied. Then, the offset, and finally the
|
||||
|
|
Loading…
Add table
Reference in a new issue