yet more duplication removal

This commit is contained in:
Chris Forbes
2011-01-30 14:05:02 +13:00
parent c3b08a60b8
commit 81468a5190
2 changed files with 9 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Editor
public void Preview(Surface surface, SGraphics g)
{
surface.DrawImage(g, Resource.Bitmap, surface.GetBrushLocation());
surface.DrawImage(g, Resource.Bitmap, surface.GetBrushLocation(), false, null);
}
Random random = new Random();