This commit is contained in:
Alexei Podtelezhnikov 2018-04-30 00:07:36 -04:00
parent d526705f5e
commit fcfd6c17ff
1 changed files with 1 additions and 1 deletions

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