diff --git a/const.h b/const.h index 6db40d2..e21c01d 100644 --- a/const.h +++ b/const.h @@ -16,7 +16,7 @@ typedef struct Vertex2 { #define CHUNK_LENGTH 16 #define CHUNK_RADIUS_H 8 // 8 -#define CHUNK_RADIUS_V 4 // 4 +#define CHUNK_RADIUS_V 8 // 4 #define TEXT_GAP_H 1 / 3.0 #define TEXT_GAP_V 1 / 1.0