Merge pull request #9260 from Mailaender/tileset-import-fixes
Fixed the legacy isometric tileset importer
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenRA.Mods.TS.UtilityCommands
|
|||||||
images.Add(variant);
|
images.Add(variant);
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine("\t\tImage: {0}", images.JoinWith(", "));
|
Console.WriteLine("\t\tImages: {0}", images.JoinWith(", "));
|
||||||
|
|
||||||
var templateWidth = s.ReadUInt32();
|
var templateWidth = s.ReadUInt32();
|
||||||
var templateHeight = s.ReadUInt32();
|
var templateHeight = s.ReadUInt32();
|
||||||
|
|||||||
Reference in New Issue
Block a user