This commit is contained in:
Miloslav Ciz 2023-09-12 17:39:55 +02:00
parent 13a4c0d807
commit d7194d9183
2 changed files with 31 additions and 36 deletions

View file

@ -15,8 +15,9 @@
#ifndef LCR_SETTING_SKY_SIZE
/** Size of sky texture pixel, 0 turns off sky rendering. */
#define LCR_SETTING_SKY_SIZE 1
#define
#define LCR_SETTING_SKY_SIZE \
(LCR_SETTING_RESOLUTION_X / 256 * LCR_SETTING_RESOLUTION_SUBDIVIDE)
#endif
#ifndef LCR_SETTING_MAP_MAX_SIZE
/** Maximum number of blocks a map can consist of, decreasing will save RAM