Add a(nother) workaround for the legacy editor.

This commit is contained in:
Paul Chote
2015-03-26 22:13:16 +00:00
parent 549c0bf382
commit a2b423e4f9
2 changed files with 16 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ namespace OpenRA.Editor
{
try
{
var template = RenderUtils.RenderResourceType(a, tileset.Extensions, shadowedPalette);
var template = RenderUtils.RenderResourceType(a, tileset, shadowedPalette);
var ibox = new PictureBox
{
Image = template.Bitmap,