From f8e5446946828a9fb7c202e0a0cfcee28605a93f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 31 May 2021 17:50:58 +0200 Subject: [PATCH] Adding a todo --- lib/wal/sources/Wal.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wal/sources/Wal.hpp b/lib/wal/sources/Wal.hpp index 50a87188..76b893e6 100644 --- a/lib/wal/sources/Wal.hpp +++ b/lib/wal/sources/Wal.hpp @@ -133,6 +133,7 @@ namespace WAL this->_fixedUpdate(); } this->_update(dtime); + // TODO delete entities scheduled for deletion. callback(*this, state); } }