diff options
author | HampusM <hampus@hampusmat.com> | 2024-12-21 14:43:53 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-12-21 14:44:56 +0100 |
commit | 5feeaf154a8b729873c729b4488f28536cf4ae24 (patch) | |
tree | 044a4ebb94f11af6b44ccc411eca9ee55f92bcfc /TODO.md | |
parent | 36bfd4159cb1bd8b3d47a834824465728dfb5bd8 (diff) |
feat(ecs): add support for entities without components
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ - [ ] Remove possible edge cases in ECS component storage - [ ] Improve ECS component storage performance - [ ] Investigate what happends when a entity has all of it's components removed. -- [ ] Add support for entities with no components +- [x] Add support for entities with no components - [x] Fix OpenGL warning "Vertex shader in program 3 is being recompiled based on GL state". It started at commit 526edc6f4cb5f29d17e2fe384e316236c033fccd. Fixed by c4686c2992417545e7a05a6a40ee9f1a8bbf3b96 |