add tmp->png conversion to utility

This commit is contained in:
Chris Forbes
2011-10-10 18:26:25 +13:00
parent a34b2d8c53
commit 2c415a8fd6
3 changed files with 31 additions and 1 deletions

View File

@@ -171,7 +171,6 @@ namespace OpenRA.Editor
BorderStyle = BorderStyle.FixedSingle
};
ibox.Click += (_, e) => surface1.SetTool(new ActorTool(template));
actorPalette.Controls.Add(ibox);