summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-11-16 06:11:47 -0600
committerepoch <epoch@hacking.allowed.org>2017-11-16 06:11:47 -0600
commit725017419d8e5e6afce1f645587d9cb1c670290e (patch)
tree51fedd4138579bde679ad96c3f1e4e99cf42d618 /src/config.h
parent030f35b270ac26881c4e951d52db73908964074c (diff)
downloadhackvr-725017419d8e5e6afce1f645587d9cb1c670290e.tar.gz
hackvr-725017419d8e5e6afce1f645587d9cb1c670290e.zip
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.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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