Add minor comment to avoid confusion (#19044).
This commit is contained in:
parent
dd26e3d07c
commit
48c77da382
|
@ -309,7 +309,8 @@
|
|||
if ( axis->num_edges > 1 && AF_HINTS_DO_ADVANCE( hints ) )
|
||||
{
|
||||
old_rsb = loader->pp2.x - edge2->opos;
|
||||
old_lsb = edge1->opos;
|
||||
/* loader->pp1.x is always zero at this point of time */
|
||||
old_lsb = edge1->opos /* - loader->pp1.x */;
|
||||
new_lsb = edge1->pos;
|
||||
|
||||
/* remember unhinted values to later account */
|
||||
|
|
Loading…
Reference in New Issue