mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
increased texture limit from 128 to 4k
This commit is contained in:
parent
91e4c2252b
commit
e1acdb8f10
|
@ -69,7 +69,7 @@ typedef struct
|
|||
|
||||
enum
|
||||
{
|
||||
MAX_TEXTURES = 128
|
||||
MAX_TEXTURES = 1024*4
|
||||
};
|
||||
|
||||
static TEXTURE textures[MAX_TEXTURES];
|
||||
|
|
Loading…
Reference in a new issue