fixed #635
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Graphics
|
|||||||
{
|
{
|
||||||
public class HardwarePalette
|
public class HardwarePalette
|
||||||
{
|
{
|
||||||
public const int MaxPalettes = 64;
|
public const int MaxPalettes = 256;
|
||||||
int allocated = 0;
|
int allocated = 0;
|
||||||
|
|
||||||
ITexture texture;
|
ITexture texture;
|
||||||
|
|||||||
Reference in New Issue
Block a user