fix crashes related to chunk loading
This commit is contained in:
parent
5c914908d5
commit
2b53defbb7
3 changed files with 28 additions and 22 deletions
4
const.h
4
const.h
|
@ -15,8 +15,8 @@ typedef struct Vertex2 {
|
|||
} Vertex2;
|
||||
|
||||
#define CHUNK_LENGTH 16
|
||||
#define CHUNK_RADIUS_H 8 // 8
|
||||
#define CHUNK_RADIUS_V 8 // 4
|
||||
#define CHUNK_RADIUS_H 5 // 8
|
||||
#define CHUNK_RADIUS_V 5 // 4
|
||||
|
||||
#define TEXT_GAP_H 1 / 3.0
|
||||
#define TEXT_GAP_V 1 / 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue