Browse Source

Forgot flags

thareh 2 years ago
parent
commit
6469fa3fb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gif.mod/gif.bmx

+ 1 - 1
gif.mod/gif.bmx

@@ -120,7 +120,7 @@ Type TGifImage
 			Return Null
 		EndIf
 		
-		Return gif.ToImage()
+		Return gif.ToImage(flags)
 	EndFunction
 	
 	Method Free()