Skip to content

Commit

Permalink
increased texture limit from 128 to 4k
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Auvinen committed Feb 5, 2008
1 parent 91e4c22 commit e1acdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/client/ec_gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct

enum
{
MAX_TEXTURES = 128
MAX_TEXTURES = 1024*4
};

static TEXTURE textures[MAX_TEXTURES];
Expand Down

0 comments on commit e1acdb8

Please sign in to comment.