fix no chunk bug
This commit is contained in:
parent
e21945fe23
commit
4b4a2a056a
3 changed files with 9 additions and 9 deletions
6
const.h
6
const.h
|
@ -14,9 +14,9 @@ typedef struct Vertex2 {
|
|||
vec2 pos;
|
||||
} Vertex2;
|
||||
|
||||
#define CHUNK_LENGTH 8
|
||||
#define CHUNK_RADIUS_H 16 // 8
|
||||
#define CHUNK_RADIUS_V 8 // 4
|
||||
#define CHUNK_LENGTH 16
|
||||
#define CHUNK_RADIUS_H 8 // 8
|
||||
#define CHUNK_RADIUS_V 4 // 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