Remove some misc redundancies
This commit is contained in:
@@ -429,7 +429,7 @@ namespace OpenRA.TilesetBuilder
|
||||
Console.WriteLine("{0} {1} {2} {3} {4} {5} {6}",
|
||||
cur,
|
||||
idx,
|
||||
((t.Key.Y * surface1.TilesPerRow) + t.Key.X).ToString(),
|
||||
((t.Key.Y * surface1.TilesPerRow) + t.Key.X),
|
||||
tp.Width,
|
||||
tp.Height,
|
||||
t.Key.X,
|
||||
|
||||
Reference in New Issue
Block a user