mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
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:
parent
72c61f3ae8
commit
e7127c14d7
@ -495,6 +495,8 @@ const
|
||||
FFrameSize := 0;
|
||||
FCurrentFrame := nil;
|
||||
FFrameCursor := 0;
|
||||
|
||||
result := Success;
|
||||
end;
|
||||
|
||||
(*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user