summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim.hpp b/sim.hpp
index d55b2f4..1a93566 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -126,7 +126,7 @@ typedef struct {
} ShaderBall;
typedef struct {
- b2Body *body;
+ b2Body *body; // Box2D body for platform -- created when setup_use is called (for setups), or when the platform is manually built
v2 center;
@@ -218,7 +218,7 @@ typedef struct {
u32 nplatforms;
Platform platforms[MAX_PLATFORMS];
-#define GENERATION_SIZE 100
+#define GENERATION_SIZE 1000
Setup generation[GENERATION_SIZE];
u32 tmp_mem_used; // this is not measured in bytes, but in MaxAligns