From f3dfc422abb696337704ff0c401e44c4f1c32d3d Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 16 Mar 2011 19:16:20 +1300 Subject: [PATCH] fixed #635 --- OpenRA.Game/Graphics/HardwarePalette.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Graphics/HardwarePalette.cs b/OpenRA.Game/Graphics/HardwarePalette.cs index e19f91d123..57a39c2ecf 100644 --- a/OpenRA.Game/Graphics/HardwarePalette.cs +++ b/OpenRA.Game/Graphics/HardwarePalette.cs @@ -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;