Adding a todo

This commit is contained in:
Zoe Roux
2021-05-31 17:50:58 +02:00
parent 334d7b32e2
commit f8e5446946
+1
View File
@@ -133,6 +133,7 @@ namespace WAL
this->_fixedUpdate();
}
this->_update(dtime);
// TODO delete entities scheduled for deletion.
callback(*this, state);
}
}