aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-05-16 16:38:50 -0500
committerepoch <epoch@hacking.allowed.org>2020-05-16 16:38:50 -0500
commit199e2f895e6f292c210d5a41029c5b63aace9f0b (patch)
tree6ad098026c844fe5993e3e843a85426b21c8a839
parent1227fd3c5481321aba6edd8e6b9a0356e21600fc (diff)
downloadhackvr-199e2f895e6f292c210d5a41029c5b63aace9f0b.tar.gz
hackvr-199e2f895e6f292c210d5a41029c5b63aace9f0b.zip
I needed a 12 sided shape for a chaosgate so I upped MAX_SIDES to 20
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 53b1dba..c7c0af1 100644
--- a/src/config.h
+++ b/src/config.h
@@ -15,7 +15,7 @@
#define SHAPES 65535
#define PERIODIC_OUTPUT 100
-#define MAX_SIDES 8
+#define MAX_SIDES 20
#define MAXWIDTH 4000
#define WIDTH 320
#define MAXHEIGHT 3000