From 725017419d8e5e6afce1f645587d9cb1c670290e Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 16 Nov 2017 06:11:47 -0600 Subject: got rid of the distance based shading again to make font tests less annoying. increased some arbitrary limits because I was too lazy to come up with a graceful way to handle not enough space. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 48ae062..cae9a3f 100644 --- a/src/config.h +++ b/src/config.h @@ -17,7 +17,7 @@ #define HEIGHT 3000 #define DEFAULT_MINIMAP 0 #define FORCE_REDRAW 1 -#define MAXSHAPES 3000 +#define MAXSHAPES 30000 #define ROTATE_STEP 5 #endif -- cgit v1.2.3