mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
Clear surface before drawing final GIF frame
This commit is contained in:
parent
85fec0c0fc
commit
e02474e09f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue