From ea3409d3675cc0f0f489b8e7cc565f8013fcc184 Mon Sep 17 00:00:00 2001 From: onezplpl Date: Sun, 14 Jul 2024 09:30:39 -0400 Subject: [PATCH] increase v radius --- const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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