浏览代码

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
 	'-----------------------------------------------------------------------------------------------------------