This commit is contained in:
Chris Forbes
2011-03-16 19:16:20 +13:00
parent 3b89110202
commit f3dfc422ab

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Graphics
{
public class HardwarePalette
{
public const int MaxPalettes = 64;
public const int MaxPalettes = 256;
int allocated = 0;
ITexture texture;