summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-04-10 17:45:47 +0200
committerHampusM <hampus@hampusmat.com>2025-04-10 17:45:47 +0200
commit3d2d3e51b6559b80bf945caa9914e557401e51d0 (patch)
treec55e538ee95642da39bab8d04c4991df25eba715 /TODO.md
parentc53635829d023f99aa979e22eafa2124d35869f8 (diff)
docs: update todo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 5a68b7d..e453870 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,7 +3,7 @@
- [ ] Remove possible edge cases in ECS component storage
- [ ] A Query<()> yields all components. Should this be the behaviour?
- [ ] Improve ECS component storage performance
- - [ ] Give archetypes edges for faster component addition & removal
+ - [x] Give archetypes edges for faster component addition & removal
- [ ] Store components of the same kind in the same memory allocation (not boxed)
- [ ] Investigate what happends when a entity has all of it's components removed.
- [ ] Audio