mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 08:58:00 +02:00
cosmetics
This commit is contained in:
parent
82ee38e585
commit
2bad8ffbdf
1 changed files with 1 additions and 1 deletions
|
|
@ -6721,7 +6721,7 @@
|
|||
|
||||
/* Are we hinting for grayscale? */
|
||||
if ( ( args[0] & 32 ) != 0 && CUR.grayscale )
|
||||
K |= (1 << 12);
|
||||
K |= 1 << 12;
|
||||
|
||||
args[0] = K;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue