Răsfoiți Sursa

Tidied example.

Brucey 3 ani în urmă
părinte
comite
470628498a
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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
 SetClsColor 33, 208, 231
 AutoMidHandle(True)
 AutoMidHandle(True)
 
 
-'Local stream:TStream = ReadStream()
 Local img:TImage = TGifImage.LoadImage("animated-dragon-image-0056.gif")
 Local img:TImage = TGifImage.LoadImage("animated-dragon-image-0056.gif")
 Local count:Int = img.frames.Length
 Local count:Int = img.frames.Length
 Local frame:Int = 0
 Local frame:Int = 0