swap args to PlayerColorRemap

This commit is contained in:
Chris Forbes
2011-10-21 22:11:40 +13:00
parent 4a30019536
commit 4c26710ccb
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.FileFormats
{
Dictionary<int, Color> remapColors;
public PlayerColorRemap(ColorRamp c, PaletteFormat fmt)
public PlayerColorRemap(PaletteFormat fmt, ColorRamp c)
{
var c1 = c.GetColor(0);
var c2 = c.GetColor(1); /* temptemp: this can be expressed better */