aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ecs2.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ecs2.cpp b/ecs2.cpp
index dfc992b..2b2ac66 100644
--- a/ecs2.cpp
+++ b/ecs2.cpp
@@ -5,7 +5,12 @@
#include <assert.h>
/* So it's like the other ECS example with a bunch of academic masturbation
- * See https://git.quou.xyz/samples/tree/ecs.c */
+ * See https://git.quou.xyz/samples/tree/ecs.c
+ *
+ * Areas for improvement:
+ * - Should really respect alignment.
+ * - Entity destruction
+ */
#define max_entities 256
/* If you want more than 32 component types then you'll have to