This commit is contained in:
Alexei Podtelezhnikov 2018-04-30 00:07:36 -04:00
parent d526705f5e
commit fcfd6c17ff

View file

@ -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 );
}