Browse Source

updated todo list

IverMartinson 7 months ago
parent
commit
75a2fa3b95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      readme.md

+ 2 - 1
readme.md

@@ -25,4 +25,5 @@ Rasterizer + Iver = RasterIver
 - [ ] change all iterator variables in for loops to have "i_" before it's variable name
 - [ ] change all iterator variables in for loops to have "i_" before it's variable name
 - [ ] add descriptions RI functions
 - [ ] add descriptions RI functions
 - [ ] add a function call stack to review where errors happen or just debug stuff
 - [ ] add a function call stack to review where errors happen or just debug stuff
-- [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
+- [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
+- [ ] add checks for invalid/nonexistant files