summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
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 0a3b8d9..ad62857 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,7 @@
- [x] Add support for removing components from entities at runtime in ECS framework
- [x] Add support for entity relationships in ECS framework
- [x] Add component events (removal & addition) in ECS framework
-- [ ] Make renderer not create new buffers each frame
+- [x] Make renderer not create new buffers each frame
- [ ] Multiple rendering passes
- [ ] Make projection changable
- [ ] Remove position field from Camera component