1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00

Clear surface before drawing final GIF frame

This commit is contained in:
Samuel Gomes 2023-11-29 23:43:14 +05:30
parent 85fec0c0fc
commit e02474e09f

View file

@ -230,6 +230,9 @@ $IF GIFPLAY_BAS = UNDEFINED THEN
' Get the rendered image handle
DIM renderedFrame AS LONG: renderedFrame = GIF_GetFrame(Id)
' Clear the surface
CLS
' Blit the rendered frame
_PUTIMAGE , renderedFrame