Clean a bit
This commit is contained in:
parent
ac95a4f0b6
commit
614741f6e8
6 changed files with 36 additions and 40 deletions
|
@ -187,4 +187,10 @@
|
|||
#define LCR_SETTING_COUNTDOWN_SECONDS 1 // for release make 3
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL
|
||||
/** Interval in rendering frames of reloading map chunks, should ideally be
|
||||
kept a power of two, can't be 0. */
|
||||
#define LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL 16
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue