Browse Source

Tidied example.

Brucey 3 years ago
parent
commit
470628498a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gif.mod/examples/example_02.bmx

+ 0 - 1
gif.mod/examples/example_02.bmx

@@ -11,7 +11,6 @@ Graphics w, h, 0
 SetClsColor 33, 208, 231
 AutoMidHandle(True)
 
-'Local stream:TStream = ReadStream()
 Local img:TImage = TGifImage.LoadImage("animated-dragon-image-0056.gif")
 Local count:Int = img.frames.Length
 Local frame:Int = 0