Remove WorldRenderer.GetPaletteIndex.

This commit is contained in:
Paul Chote
2013-02-25 18:10:07 +13:00
parent 9bc743068a
commit e9665cf9f3
4 changed files with 5 additions and 6 deletions

View File

@@ -56,7 +56,6 @@ namespace OpenRA.Graphics
}
public PaletteReference Palette(string name) { return palettes[name]; }
public int GetPaletteIndex(string name) { return palette.GetPaletteIndex(name); }
public void AddPalette(string name, Palette pal, bool allowModifiers) { palette.AddPalette(name, pal, allowModifiers); }
class SpriteComparer : IComparer<Renderable>