From a9cb2d2efd8f835d53b5f508e882c4ff5c9bddf5 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 1 Nov 2018 17:07:21 +0100 Subject: [PATCH] updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index f844580f0..400edd184 100644 --- a/TODO +++ b/TODO @@ -17,4 +17,5 @@ * hashed string: add implicit check on construction for uniqueness (optional) * signals on entity creation/destruction * flexible views with "composable" filters like negative queries: find entites that have components A, B, but not C. +* destroy overload that accepts a couple of iterators (see create) * review persistent views and avoid indirection to get components