water anim in shader

This commit is contained in:
Chris Forbes
2009-10-10 20:51:17 +13:00
parent 4fa05a6d40
commit 70bc8366a5
6 changed files with 30 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ namespace OpenRa.Game.Graphics
{
class HardwarePalette : Sheet
{
const int maxEntries = 16;
const int maxEntries = 8;
int allocated = 0;
public HardwarePalette(Renderer renderer, Map map)