소스 검색

-: updated TODO

Michele Caini 3 년 전
부모
커밋
873b107e69
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -15,6 +15,7 @@ TODO (high prio):
 * doc: exclude only views, bump entities, signals on entity creation/destruction
 * registry: replace destroy with a drop-all method that doesn't care about validity
 * resource cache: avoid using shared ptr with loader and the others
+* make view::handle return a pointer (similar to ::storage)
 
 WIP:
 * get rid of observers, storage based views made them pointless - document alternatives