fix crashes related to chunk loading

This commit is contained in:
onezplpl 2024-07-14 12:28:56 -04:00
parent 5c914908d5
commit 2b53defbb7
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
3 changed files with 28 additions and 22 deletions

View file

@ -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