Răsfoiți Sursa

Made commanche faster!

Mark Sibly 9 ani în urmă
părinte
comite
0802ad7526
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bananas/commanche/commanche.monkey2

+ 1 - 1
bananas/commanche/commanche.monkey2

@@ -66,7 +66,7 @@ Class MyWindow Extends Window
 		If Not Cmap Then Print "no Cmap!"
 '		Print "dmap=" + Dmap.Width + " " + Dmap.Height
 		PmapDest = New Pixmap(WIDTH, HEIGHT,PixelFormat.RGBA32)
-		image=New Image( WIDTH,HEIGHT )
+		image=New Image( WIDTH,HEIGHT,TextureFlags.Dynamic )
 '		Print PmapDest.Width + "##" 
 	End Method
 	'-----------------------------------------------------------------------------------------------------------