mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Turns out sunlight is a little memory hungry/slow. This disables sunlight via. compile-time define instead of removing it so it can be re-enabled if suitable later.
6 lines
364 B
Plaintext
6 lines
364 B
Plaintext
#define BACKGROUND_ENABLED 0 // The default value for all uses of set background. Set background can cause gradual lag and is recommended you only turn this on if necessary.
|
|
// 1 will enable set background. 0 will disable set background.
|
|
|
|
// If defined, the sunlight system is enabled. Caution: this uses a LOT of memory.
|
|
//#define ENABLE_SUNLIGHT
|