summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-25 11:38:41 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-25 11:38:41 +0100
commit655ad2a85235a215dbcdf1753bdcccaa2308b529 (patch)
treecbe340289209eb338c0fb2ca2a303b69dafd2c79 /include/objects.h
parentca7d3a7bb8a98c6dd5c00a6dca84921948f71229 (diff)
area selection editor
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h
index b4c6a1b..74cfcf0 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -5,7 +5,7 @@
#include "map.h"
-#define MAX_OBJECTS 1000
+#define MAX_OBJECTS 10000
typedef struct t_vec3f {
float x,y,z;