bump MAX_IMAGES, MAX_MODELS

This commit is contained in:
Garux 2021-02-10 00:20:32 +03:00
parent ba497e4139
commit 820dd5e21f

View File

@ -121,10 +121,10 @@
// now checking it for strlen() < MAX_QPATH (so it's null terminated), though this check may be not enough/too much, depending on the use case
#define MAX_QPATH 64
#define MAX_IMAGES 512
#define MAX_IMAGES 2048
#define DEFAULT_IMAGE "*default"
#define MAX_MODELS 512
#define MAX_MODELS 2048
#define DEF_BACKSPLASH_FRACTION 0.05f /* 5% backsplash by default */
#define DEF_BACKSPLASH_DISTANCE 23