FreeType: Fix function TFreeTypeStream.ForgetFrame never returning success. Patch by lagprogrammin (https://forum.lazarus.freepascal.org/index.php/topic,62872.msg475661.html#msg475661)

This commit is contained in:
wp_xyz 2023-03-30 13:40:34 +02:00
parent 72c61f3ae8
commit e7127c14d7

View File

@ -495,6 +495,8 @@ const
FFrameSize := 0;
FCurrentFrame := nil;
FFrameCursor := 0;
result := Success;
end;
(*******************************************************************