ソースを参照

Made commanche faster!

Mark Sibly 9 年 前
コミット
0802ad7526
1 ファイル変更1 行追加1 行削除
  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
 	'-----------------------------------------------------------------------------------------------------------