Increase the max texture count

This commit is contained in:
Luke Benstead 2019-03-08 21:38:39 +00:00
parent 516cae7893
commit 4d6cea59b7

View File

@ -2,7 +2,8 @@
#define CONFIG_H
#define MAX_TEXTURE_COUNT 512
/* This figure is derived from the needs of Quake 1 */
#define MAX_TEXTURE_COUNT 1088
#endif // CONFIG_H