bump MAX_IMAGES, MAX_MODELS
This commit is contained in:
parent
ba497e4139
commit
820dd5e21f
|
|
@ -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
|
// 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_QPATH 64
|
||||||
|
|
||||||
#define MAX_IMAGES 512
|
#define MAX_IMAGES 2048
|
||||||
#define DEFAULT_IMAGE "*default"
|
#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_FRACTION 0.05f /* 5% backsplash by default */
|
||||||
#define DEF_BACKSPLASH_DISTANCE 23
|
#define DEF_BACKSPLASH_DISTANCE 23
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user