mirror of https://github.com/freetype/freetype
Thinko.
This commit is contained in:
parent
d526705f5e
commit
fcfd6c17ff
|
@ -398,7 +398,7 @@
|
|||
if ( !sub )
|
||||
return FT_THROW( Invalid_Argument );
|
||||
|
||||
ft_memcpy( library->lcd_geometry, sub, 6 * sizeof( FT_Vector ) );
|
||||
ft_memcpy( library->lcd_geometry, sub, 3 * sizeof( FT_Vector ) );
|
||||
|
||||
return FT_THROW( Unimplemented_Feature );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue